HomeSort by: relevance | last modified time | path
    Searched refs:ASN1_dup_of (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1.h.in 734 #define ASN1_dup_of(type, i2d, d2i, x) \
951 #define ASN1_dup_of_const(type, i2d, d2i, x) ASN1_dup_of(type, i2d, d2i, x)
ec.h 1554 #define ECParameters_dup(x) ASN1_dup_of(EC_KEY, i2d_ECParameters, \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1.h.in 739 # define ASN1_dup_of(type,i2d,d2i,x) \
954 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x)
ec.h 1554 # define ECParameters_dup(x) ASN1_dup_of(EC_KEY, i2d_ECParameters, \
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 690 # define ASN1_dup_of(type,i2d,d2i,x) \
ec.h 1372 # define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x)

Completed in 44 milliseconds