Home
last modified time | relevance | path

Searched refs:siginf (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/node/deps/openssl/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 in X509_SIG_INFO_set()
196 x509_sig_info_init(X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig) x509_sig_info_init() argument
[all...]
/third_party/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 in X509_SIG_INFO_set()
196 x509_sig_info_init(X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig) x509_sig_info_init() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/
H A Dpidfd_send_signal02.c40 siginfo_t *siginf; member
55 TEST(pidfd_send_signal(*tc->fd, tc->signal, tc->siginf, tc->flags)); in verify_pidfd_send_signal()
/third_party/openssl/ohos_lite/include/crypto/
H A Dasn1.h55 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
H A Dx509.h164 X509_SIG_INFO siginf; member
/third_party/node/deps/openssl/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
/third_party/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
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c669 static int rsa_sig_info_set(X509_SIG_INFO *siginf, const X509_ALGOR *sigalg, in rsa_sig_info_set() argument
715 X509_SIG_INFO_set(siginf, mdnid, EVP_PKEY_RSA_PSS, secbits, in rsa_sig_info_set()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dameth_lib.c381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument
/third_party/openssl/crypto/asn1/
H A Dameth_lib.c381 int (*siginf_set) (X509_SIG_INFO *siginf, in EVP_PKEY_asn1_set_siginf()
380 EVP_PKEY_asn1_set_siginf(EVP_PKEY_ASN1_METHOD *ameth, int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg, const ASN1_STRING *sig)) EVP_PKEY_asn1_set_siginf() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h564 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,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/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,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/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,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/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,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/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,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/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,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/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,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/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,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/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,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/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,

Completed in 38 milliseconds

1234