Home
last modified time | relevance | path

Searched refs:X509_find_by_issuer_and_serial (Results 1 – 17 of 17) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_smime.c412 signer = X509_find_by_issuer_and_serial(certs, in STACK_OF()
417 X509_find_by_issuer_and_serial(p7->d.sign->cert, in STACK_OF()
H A Dpk7_lib.c509 return (X509_find_by_issuer_and_serial(p7->d.sign->cert, in PKCS7_cert_from_signer_info()
H A Dpk7_doit.c911 x509 = X509_find_by_issuer_and_serial(cert, ias->issuer, ias->serial); in PKCS7_dataVerify()
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_smime.c422 signer = X509_find_by_issuer_and_serial(certs, in STACK_OF()
427 X509_find_by_issuer_and_serial(p7->d.sign->cert, in STACK_OF()
H A Dpk7_lib.c673 return (X509_find_by_issuer_and_serial(p7->d.sign->cert, in PKCS7_cert_from_signer_info()
H A Dpk7_doit.c989 x509 = X509_find_by_issuer_and_serial(cert, ias->issuer, ias->serial); in PKCS7_dataVerify()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_cmp.c240 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name, in X509_find_by_issuer_and_serial() function
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_cmp.c345 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, const X509_NAME *name, in X509_find_by_issuer_and_serial() function
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dmissingcrypto.txt1268 X509_find_by_issuer_and_serial(3)
H A Dmissingcrypto111.txt1608 X509_find_by_issuer_and_serial(3)
H A Dlibcrypto.num1681 X509_find_by_issuer_and_serial 1721 3_0_0 EXIST::FUNCTION:
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509.h978 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
/netbsd/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map3333 X509_find_by_issuer_and_serial;
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509.h.in1000 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, const X509_NAME *name,
/netbsd/crypto/external/bsd/openssl/lib/libcrypto/
H A Dcrypto.map4735 X509_find_by_issuer_and_serial;
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num1733 X509_find_by_issuer_and_serial 1721 1_1_0 EXIST::FUNCTION:
/netbsd/crypto/external/bsd/openssl.old/dist/
H A DCHANGES12107 X509_find_by_issuer_and_serial() to tolerate a NULL passed to it.