Searched refs:ASN1_dup (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | asn1.h | 688 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x); 691 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \ 696 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
|
D | ocsp.h | 146 (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\
|
/third_party/openssl/crypto/x509/ |
D | v3_genn.c | 56 return (GENERAL_NAME *)ASN1_dup((i2d_of_void *)i2d_GENERAL_NAME,
|
/third_party/openssl/include/openssl/ |
D | ocsp.h.in | 168 (OCSP_CERTSTATUS*)ASN1_dup((i2d_of_void *)i2d_OCSP_CERTSTATUS,\
|
D | asn1.h.in | 737 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x); 740 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 136 ASN1_dup(3)
|
D | missingcrypto111.txt | 147 ASN1_dup(3)
|
D | libcrypto.num | 1720 ASN1_dup 1760 3_0_0 EXIST::FUNCTION:
|