Searched refs:d2i_ASN1_bytes (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_bytes.c | 160 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, in d2i_ASN1_bytes() function 246 OPENSSL_PUT_ERROR(ASN1, d2i_ASN1_bytes, i); in d2i_ASN1_bytes() 286 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass) in asn1_collate_primitive()
|
D | a_utctm.c | 80 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
|
/external/boringssl/src/crypto/err/ |
D | asn1.errordata | 59 ASN1,function,158,d2i_ASN1_bytes
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 878 OPENSSL_EXPORT ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, long length, …
|