Searched refs:a_hex (Results 1 – 2 of 2) sorted by relevance
8 static char a_hex[3] = "\x61\x62\x63"; variable
76 static EC_GROUP *create_EC_group(const char *p_hex, const char *a_hex, in create_EC_group() argument93 || !TEST_true(BN_hex2bn(&a, a_hex)) in create_EC_group()