Home
last modified time | relevance | path

Searched refs:k5_pac_locate_buffer (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpac_sign.c46 if (k5_pac_locate_buffer(context, pac, KRB5_PAC_CLIENT_INFO, in insert_client_info()
114 ret = k5_pac_locate_buffer(context, pac, type, &cksumdata); in insert_checksum()
195 ret = k5_pac_locate_buffer(context, pac, buftype, &buf); in compute_pac_checksum()
323 ret = k5_pac_locate_buffer(context, pac, KRB5_PAC_TICKET_CHECKSUM, in add_ticket_signature()
H A Dpac.c51 if (k5_pac_locate_buffer(context, pac, type, NULL) == 0) in k5_pac_add_buffer()
128 k5_pac_locate_buffer(krb5_context context, const krb5_pac pac, uint32_t type, in k5_pac_locate_buffer() function
168 ret = k5_pac_locate_buffer(context, pac, type, &d); in krb5_pac_get_buffer()
375 ret = k5_pac_locate_buffer(context, pac, KRB5_PAC_CLIENT_INFO, in krb5_pac_get_client_info()
490 ret = k5_pac_locate_buffer(context, pac, buffer_type, &buffer); in verify_checksum()
557 ret = k5_pac_locate_buffer(context, pac, KRB5_PAC_SERVER_CHECKSUM, in verify_pac_checksums()
1054 ret = k5_pac_locate_buffer(context, pacctx->pac, type, NULL); in mspac_get_attribute()
H A Dauthdata.h80 k5_pac_locate_buffer(krb5_context context,