Searched refs:GetECGroupNIDFromInstruction (Results 1 – 6 of 6) sorted by relevance
31 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2PKV()
33 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2SigVer()
35 int nid = GetECGroupNIDFromInstruction(t, &group_str); in TestECDSA2KeyPair()
53 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str = nullptr);
35 int nid = GetECGroupNIDFromInstruction(t); in TestECDSA2SigGenImpl()
183 int GetECGroupNIDFromInstruction(FileTest *t, const char **out_str) { in GetECGroupNIDFromInstruction() function