Home
last modified time | relevance | path

Searched refs:IMPLEMENT_ASN1_FUNCTIONS_fname (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dtasn_typ.c53 IMPLEMENT_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE)
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1t.h797 # define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname)
799 # define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itnam…
830 # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ macro