/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() argument 169 *mdnid = siginf->mdnid; in X509_SIG_INFO_get() 171 *pknid = siginf->pknid; in X509_SIG_INFO_get() 173 *secbits = siginf->secbits; in X509_SIG_INFO_get() 175 *flags = siginf->flags; in X509_SIG_INFO_get() 176 return (siginf->flags & X509_SIG_INFO_VALID) != 0; in X509_SIG_INFO_get() 179 void X509_SIG_INFO_set(X509_SIG_INFO *siginf, int mdnid, int pknid, in X509_SIG_INFO_set() argument 182 siginf->mdnid = mdnid; in X509_SIG_INFO_set() 183 siginf->pknid = pknid; in X509_SIG_INFO_set() 184 siginf->secbits = secbits; in X509_SIG_INFO_set() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_get0_signature.pod | 35 int X509_SIG_INFO_get(const X509_SIG_INFO *siginf, int *mdnid, int *pknid, 37 void X509_SIG_INFO_set(X509_SIG_INFO *siginf, int mdnid, int pknid,
|
H A D | EVP_PKEY_ASN1_METHOD.pod | 102 int (*siginf_set) (X509_SIG_INFO *siginf, 335 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 22 It sets B<X509_SIG_INFO_VALID> in x->flags if x->siginf was filled successfully,
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | asn1.h | 65 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
|
H A D | x509.h | 178 X509_SIG_INFO siginf; member
|
/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() argument 580 X509_SIG_INFO_set(siginf, NID_undef, NID_ED25519, X25519_SECURITY_BITS, 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() argument 601 X509_SIG_INFO_set(siginf, NID_undef, NID_ED448, X448_SECURITY_BITS, 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() argument 750 X509_SIG_INFO_set(siginf, mdnid, EVP_PKEY_RSA_PSS, secbits, in rsa_sig_info_set()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | ameth_lib.c | 381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h | 758 int X509_SIG_INFO_get(const X509_SIG_INFO *siginf, int *mdnid, int *pknid, 760 void X509_SIG_INFO_set(X509_SIG_INFO *siginf, int mdnid, int pknid,
|
H A D | x509.h.in | 564 int X509_SIG_INFO_get(const X509_SIG_INFO *siginf, int *mdnid, int *pknid, 566 void X509_SIG_INFO_set(X509_SIG_INFO *siginf, int mdnid, int pknid,
|
H A D | evp.h | 1638 int (*siginf_set) (X509_SIG_INFO *siginf,
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 1685 X509_R_ERROR_USING_SIGINF_SET:142:error using siginf set
|