Home
last modified time | relevance | path

Searched refs:i2d_ASN1_bytes (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/include/openssl/
Dasn1.h577 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\
611 #define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
619 #define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
627 #define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\
637 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\
647 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\
659 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\
687 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\
697 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\
707 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\
[all …]
/external/boringssl/src/crypto/asn1/
Da_time.c86 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp, in IMPLEMENT_ASN1_MSTRING()
Da_utctm.c70 return(i2d_ASN1_bytes((ASN1_STRING *)a,pp,
Da_bytes.c134 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) in i2d_ASN1_bytes() function