Home
last modified time | relevance | path

Searched refs:siginf (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_set.c165 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 DX509_get0_signature.pod35 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 DEVP_PKEY_ASN1_METHOD.pod102 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 Dx509v3_cache_extensions.pod22 It sets B<X509_SIG_INFO_VALID> in x->flags if x->siginf was filled successfully,
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h65 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
H A Dx509.h178 X509_SIG_INFO siginf; member
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c577 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 Drsa_ameth.c704 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 Dameth_lib.c381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h758 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 Dx509.h.in564 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 Devp.h1638 int (*siginf_set) (X509_SIG_INFO *siginf,
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1685 X509_R_ERROR_USING_SIGINF_SET:142:error using siginf set