Home
last modified time | relevance | path

Searched refs:NID_rsaEncryption (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/crypto/obj/
Dobj_xref.c70 {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
71 {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
72 {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
73 {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
74 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
75 {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
76 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
90 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
Dobj_test.cc66 ASSERT_EQ(pkey_nid, NID_rsaEncryption); in TEST()
71 ASSERT_TRUE(OBJ_find_sigid_by_algs(&sign_nid, NID_sha256, NID_rsaEncryption)); in TEST()
73 ASSERT_FALSE(OBJ_find_sigid_by_algs(&sign_nid, NID_dsa, NID_rsaEncryption)); in TEST()
Dobj_dat.h7149 {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &kObjectData[37],
/external/rust/crates/quiche/deps/boringssl/src/crypto/obj/
Dobj_xref.c70 {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
71 {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
72 {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
73 {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
74 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
75 {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
76 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
90 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
Dobj_test.cc66 ASSERT_EQ(pkey_nid, NID_rsaEncryption); in TEST()
71 ASSERT_TRUE(OBJ_find_sigid_by_algs(&sign_nid, NID_sha256, NID_rsaEncryption)); in TEST()
73 ASSERT_FALSE(OBJ_find_sigid_by_algs(&sign_nid, NID_dsa, NID_rsaEncryption)); in TEST()
Dobj_dat.h7149 {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &kObjectData[37],
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/external/boringssl/src/crypto/pkcs7/
Dpkcs7_x509.c456 !OBJ_nid2cbb(&signing_algo, NID_rsaEncryption) || in write_signer_info()
492 EVP_PKEY_id(pkey) == NID_rsaEncryption) { in PKCS7_sign()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc121 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
/external/fsverity-utils/lib/
Dsign_digest.c167 if (sig_nid != NID_rsaEncryption) { in sign_pkcs7()
/external/boringssl/src/include/openssl/
Devp.h175 #define EVP_PKEY_RSA NID_rsaEncryption
Dnid.h114 #define NID_rsaEncryption 6 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
Dnid.h114 #define NID_rsaEncryption 6 macro
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc496 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
646 obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
1516 {NID_rsaEncryption, "abc", V_ASN1_UTF8STRING, "abc"}, in TEST()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c576 case NID_rsaEncryption: in lws_x509_public_to_jwk()