Home
last modified time | relevance | path

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

/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/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/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc176 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc121 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
/external/fsverity-utils/lib/
Dsign_digest.c158 if (sig_nid != NID_rsaEncryption) { in sign_pkcs7()
/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/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
Dnid.h114 #define NID_rsaEncryption 6 macro
/external/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c398 case NID_rsaEncryption: in lws_x509_public_to_jwk()