/third_party/node/deps/openssl/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 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 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 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 D | pidfd_send_signal02.c | 40 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 D | asn1.h | 55 int (*siginf_set) (X509_SIG_INFO *siginf, const X509_ALGOR *alg,
|
H A D | x509.h | 164 X509_SIG_INFO siginf; member
|
/third_party/node/deps/openssl/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
|
/third_party/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
|
/third_party/node/deps/openssl/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()
|
/third_party/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()
|
/third_party/node/deps/openssl/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()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 669 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 D | ameth_lib.c | 381 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 D | ameth_lib.c | 381 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 D | x509.h | 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,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/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,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/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,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/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,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/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,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/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,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/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,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/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,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/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,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/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,
|