Searched refs:NID_sha256WithRSAEncryption (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/obj/ |
D | obj_test.cc | 26 static const int kNID = NID_sha256WithRSAEncryption; in TEST() 63 ASSERT_TRUE(OBJ_find_sigid_algs(NID_sha256WithRSAEncryption, &digest_nid, in TEST() 72 ASSERT_EQ(sign_nid, NID_sha256WithRSAEncryption); in TEST()
|
D | obj_xref.c | 74 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
|
D | obj_dat.h | 8235 {"RSA-SHA256", "sha256WithRSAEncryption", NID_sha256WithRSAEncryption, 9,
|
/external/webrtc/webrtc/base/ |
D | opensslidentity.cc | 267 case NID_sha256WithRSAEncryption: in GetSignatureDigestAlgorithm()
|
/external/boringssl/src/include/openssl/ |
D | nid.h | 2973 #define NID_sha256WithRSAEncryption 668 macro
|