Searched refs:decode_packet (Results 1 – 5 of 5) sorted by relevance
| /freebsd-head/lib/libsecureboot/openpgp/ |
| HD | decode.h | 54 int decode_packet(int want, unsigned char **pptr, size_t nbytes,
|
| HD | 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()
|
| HD | decode.c | 253 decode_packet(int want, unsigned char **pptr, size_t nbytes, in decode_packet() function
|
| HD | opgp_sig.c | 314 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig);
|
| /freebsd-head/crypto/heimdal/kadmin/ |
| HD | 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
|