Searched refs:load_bytes (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_file.c | 191 load_bytes(krb5_context context, FILE *fp, size_t len, struct k5buf *buf) in load_bytes() function 213 return load_bytes(context, fp, count, buf); in load_data() 226 ret = load_bytes(context, fp, 4, buf); in load_principal() 262 ret = load_bytes(context, fp, (version == 3) ? 4 : 2, buf); in load_cred() 270 ret = load_bytes(context, fp, 4 * 4 + 1 + 4, buf); in load_cred() 280 ret = load_bytes(context, fp, 2, buf); in load_cred()
|