Home
last modified time | relevance | path

Searched refs:GetECGroupNIDFromInstruction (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/fipstools/
Dcavp_ecdsa2_pkv_test.cc31 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2PKV()
Dcavp_ecdsa2_sigver_test.cc33 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2SigVer()
Dcavp_ecdsa2_keypair_test.cc35 int nid = GetECGroupNIDFromInstruction(t, &group_str); in TestECDSA2KeyPair()
Dcavp_test_util.h53 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str = nullptr);
Dcavp_ecdsa2_siggen_test.cc35 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2SigGenImpl()
Dcavp_test_util.cc183 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str) { in GetECGroupNIDFromInstruction() function