Searched refs:d2i_ASN1_bytes (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/asn1/ |
D | a_bytes.c | 157 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, in d2i_ASN1_bytes() function 283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass) in asn1_collate_primitive()
|
D | a_gentm.c | 93 ret=(ASN1_GENERALIZEDTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
|
D | a_utctm.c | 90 ret=(ASN1_UTCTIME *)d2i_ASN1_bytes((ASN1_STRING **)a,pp,length,
|
D | asn1.h | 933 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
|
/external/openssl/include/openssl/ |
D | asn1.h | 933 ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp,
|