Searched refs:decode_packet (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libsecureboot/openpgp/ |
H A D | decode.h | 54 int decode_packet(int want, unsigned char **pptr, size_t nbytes,
|
H A D | opgp_key.c | 176 rc = decode_packet(0, &ptr, nbytes, (decoder_t)decode_key, in load_key_buf() 187 rc = decode_packet(0, &ptr, (size_t)rc, in load_key_buf()
|
H A D | decode.c | 253 decode_packet(int want, unsigned char **pptr, size_t nbytes, in decode_packet() function
|
H A D | opgp_sig.c | 314 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig);
|
/freebsd/crypto/krb5/src/lib/krad/ |
H A D | packet.c | 501 decode_packet(krb5_context ctx, const char *secret, const krb5_data *buffer, in decode_packet() function 553 retval = decode_packet(ctx, secret, buffer, &req); in krad_packet_decode_request() 591 retval = decode_packet(ctx, secret, buffer, rsppkt); in krad_packet_decode_response()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 454 * version4.c (decode_packet): check the length of the version 598 * version4.c (decode_packet): check success of 716 * version4.c (decode_packet): be totally consistent with the 887 (decode_packet): read the service key from the hdb 888 (dispatch, decode_packet): return proper error messages
|