/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/obj/ |
D | obj_xref.c | 70 {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},
|
D | obj_test.cc | 66 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/ |
D | obj_xref.c | 70 {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},
|
D | obj_test.cc | 66 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 D | obj_xref.c | 70 {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 D | obj_test.cc | 70 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 D | obj_xref.c | 70 {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 D | obj_test.cc | 70 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 D | pkcs7_x509.c | 453 !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 D | pkcs7_x509.c | 453 !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 D | pkcs8_test.cc | 342 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_test.cc | 364 encrypted.reset(PKCS8_encrypt(NID_rsaEncryption, nullptr, "password", -1, in TEST()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs8/ |
H A D | pkcs8_test.cc | 342 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/ |
D | pkcs8_test.cc | 364 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/ |
D | asn1_test.cc | 126 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/ |
D | asn1_test.cc | 126 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 D | sign_digest.c | 167 if (sig_nid != NID_rsaEncryption) { in sign_pkcs7()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/boringssl/src/include/openssl/ |
D | evp.h | 174 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/boringssl/src/include/openssl/ |
D | evp.h | 175 #define EVP_PKEY_RSA NID_rsaEncryption
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/boringssl/src/include/openssl/ |
D | evp.h | 175 #define EVP_PKEY_RSA NID_rsaEncryption
|