Home
last modified time | relevance | path

Searched refs:X509_SIG_INFO (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/x509/
HDx509_set.c165 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-14-stable/crypto/openssl/doc/man3/
HDX509_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,
66 about a signature in an B<X509_SIG_INFO> structure. They are only
HDEVP_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>
/freebsd-14-stable/crypto/openssl/include/openssl/
HDtypes.h172 typedef struct x509_sig_info_st X509_SIG_INFO; typedef
HDx509.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,
HDx509.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,
HDevp.h1638 int (*siginf_set) (X509_SIG_INFO *siginf,
/freebsd-14-stable/crypto/openssl/include/crypto/
HDasn1.h65 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
HDx509.h178 X509_SIG_INFO siginf;
/freebsd-14-stable/crypto/openssl/crypto/asn1/
HDameth_lib.c381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
/freebsd-14-stable/crypto/openssl/crypto/ec/
HDecx_meth.c577 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-14-stable/crypto/openssl/crypto/rsa/
HDrsa_ameth.c704 static int rsa_sig_info_set(X509_SIG_INFO *siginf, const X509_ALGOR *sigalg, in rsa_sig_info_set()