Searched refs:asn1_get_length (Results 1 – 3 of 3) sorted by relevance
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | asn1_lib.c | 16 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, 84 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object() 112 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, in asn1_get_length() function
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | asn1_lib.c | 16 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, 88 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object() 116 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, in asn1_get_length() function
|
/netbsd/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 9565 *) Add various sanity checks to asn1_get_length() to reject 9599 *) Add various sanity checks to asn1_get_length() to reject
|