Home
last modified time | relevance | path

Searched refs:siginf_set (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dameth_lib.c281 dst->siginf_set = src->siginf_set; in EVP_PKEY_asn1_copy()
395 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
399 ameth->siginf_set = siginf_set; in EVP_PKEY_asn1_set_siginf()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dameth_lib.c381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
385 ameth->siginf_set = siginf_set; in EVP_PKEY_asn1_set_siginf()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_set.c219 if (ameth == NULL || ameth->siginf_set == NULL in x509_sig_info_init()
220 || !ameth->siginf_set(siginf, alg, sig)) { in x509_sig_info_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_set.c212 if (ameth == NULL || ameth->siginf_set == NULL in x509_sig_info_init()
213 || ameth->siginf_set(siginf, alg, sig) == 0) in x509_sig_info_init()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dasn1.h55 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, member
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dasn1.h65 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod102 int (*siginf_set) (X509_SIG_INFO *siginf,
335 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
338 The siginf_set() method is used to set custom B<X509_SIG_INFO>
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h1222 int (*siginf_set) (X509_SIG_INFO *siginf,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h1638 int (*siginf_set) (X509_SIG_INFO *siginf,