Home
last modified time | relevance | path

Searched refs:decode_packet (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.h54 int decode_packet(int want, unsigned char **pptr, size_t nbytes,
H A Dopgp_key.c176 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 Ddecode.c253 decode_packet(int want, unsigned char **pptr, size_t nbytes, in decode_packet() function
H A Dopgp_sig.c314 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig);
/freebsd/crypto/krb5/src/lib/krad/
H A Dpacket.c501 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 DChangeLog454 * 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