Searched refs:init_fcc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | fcache.c | 656 init_fcc(krb5_context context, in init_fcc() function 817 ret = init_fcc (context, id, "get-principal", &sp, &fd, NULL); in fcc_get_principal() 852 ret = init_fcc(context, id, "get-frist", &FCC_CURSOR(*cursor)->sp, in fcc_get_first() 1235 if ((ret = init_fcc (context, to, "move", &sp, &fd, NULL)) == 0) { in fcc_move() 1289 ret = init_fcc(context, id, "get-kdc-offset", &sp, &fd, kdc_offset); in fcc_get_kdc_offset()
|