Home
last modified time | relevance | path

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

/freebsd-head/lib/libsecureboot/openpgp/
HDdecode.h54 int decode_packet(int want, unsigned char **pptr, size_t nbytes,
HDopgp_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()
HDdecode.c253 decode_packet(int want, unsigned char **pptr, size_t nbytes, in decode_packet() function
HDopgp_sig.c314 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig);
/freebsd-head/crypto/heimdal/kadmin/
HDChangeLog454 * 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