Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
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()
/third_party/openssl/crypto/x509/
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()
/third_party/openssl/include/crypto/
Dasn1.h55 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, member
/third_party/openssl/doc/man3/
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>
/third_party/openssl/include/openssl/
Devp.h1222 int (*siginf_set) (X509_SIG_INFO *siginf,