Home
last modified time | relevance | path

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

1234

/aosp_15_r20/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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/boringssl/src/crypto/obj/
H A 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},
H A Dobj_test.cc70 ASSERT_EQ(pkey_nid, NID_rsaEncryption); in TEST()
75 ASSERT_TRUE(OBJ_find_sigid_by_algs(&sign_nid, NID_sha256, NID_rsaEncryption)); in TEST()
77 ASSERT_FALSE(OBJ_find_sigid_by_algs(&sign_nid, NID_dsa, NID_rsaEncryption)); in TEST()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/obj/
H A 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},
H A Dobj_test.cc70 ASSERT_EQ(pkey_nid, NID_rsaEncryption); in TEST()
75 ASSERT_TRUE(OBJ_find_sigid_by_algs(&sign_nid, NID_sha256, NID_rsaEncryption)); in TEST()
77 ASSERT_FALSE(OBJ_find_sigid_by_algs(&sign_nid, NID_dsa, NID_rsaEncryption)); in TEST()
/aosp_15_r20/external/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c453 !OBJ_nid2cbb(&signing_algo, NID_rsaEncryption) || in write_signer_info()
489 EVP_PKEY_id(pkey) == NID_rsaEncryption) { in PKCS7_sign()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs7/
H A Dpkcs7_x509.c453 !OBJ_nid2cbb(&signing_algo, NID_rsaEncryption) || in write_signer_info()
489 EVP_PKEY_id(pkey) == NID_rsaEncryption) { in PKCS7_sign()
/aosp_15_r20/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8_test.cc342 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8_test.cc342 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc126 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
238 obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc126 const ASN1_OBJECT *obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
238 obj = OBJ_nid2obj(NID_rsaEncryption); in TEST()
/aosp_15_r20/external/fsverity-utils/lib/
H A Dsign_digest.c167 if (sig_nid != NID_rsaEncryption) { in sign_pkcs7()
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/boringssl/src/include/openssl/
Devp.h174 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/boringssl/src/include/openssl/
Devp.h175 #define EVP_PKEY_RSA NID_rsaEncryption
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/boringssl/src/include/openssl/
Devp.h175 #define EVP_PKEY_RSA NID_rsaEncryption

1234