Searched defs:siginf (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_set.c | 165 int X509_SIG_INFO_get(const X509_SIG_INFO *siginf, int *mdnid, int *pknid, in X509_SIG_INFO_get() 179 void X509_SIG_INFO_set(X509_SIG_INFO *siginf, int mdnid, int pknid, in X509_SIG_INFO_set() 196 static int x509_sig_info_init(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in x509_sig_info_init()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 380 void EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_siginf()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 577 static int ecd_sig_info_set25519(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set25519() 598 static int ecd_sig_info_set448(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in ecd_sig_info_set448()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 704 static int rsa_sig_info_set(X509_SIG_INFO *siginf, const X509_ALGOR *sigalg, in rsa_sig_info_set()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | x509.h | 178 X509_SIG_INFO siginf; member
|