Searched refs:DECLARE_ASN1_ENCODE_FUNCTIONS (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 305 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ macro 621 DECLARE_ASN1_ENCODE_FUNCTIONS(ASN1_TYPE, ASN1_ANY, ASN1_TYPE) 1116 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) 1119 DECLARE_ASN1_ENCODE_FUNCTIONS(type, name)
|
H A D | asn1.h.in | 258 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ macro 550 DECLARE_ASN1_ENCODE_FUNCTIONS(ASN1_TYPE, ASN1_ANY, ASN1_TYPE) 949 DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) 952 DECLARE_ASN1_ENCODE_FUNCTIONS(type, name)
|
H A D | cmp.h.in | 220 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG)
|
H A D | cmp.h | 219 DECLARE_ASN1_ENCODE_FUNCTIONS(OSSL_CMP_MSG, OSSL_CMP_MSG, OSSL_CMP_MSG)
|
H A D | x509.h | 695 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) 737 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|
H A D | x509.h.in | 501 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) 543 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|