Home
last modified time | relevance | path

Searched refs:NID_sha256WithRSAEncryption (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/obj/
Dobj_test.cc26 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()
Dobj_xref.c74 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
Dobj_dat.h8235 {"RSA-SHA256", "sha256WithRSAEncryption", NID_sha256WithRSAEncryption, 9,
/external/webrtc/webrtc/base/
Dopensslidentity.cc267 case NID_sha256WithRSAEncryption: in GetSignatureDigestAlgorithm()
/external/boringssl/src/include/openssl/
Dnid.h2973 #define NID_sha256WithRSAEncryption 668 macro