Searched refs:dhtype2id (Results 1 – 1 of 1) sorted by relevance
31 static const DH_GENTYPE_NAME2ID dhtype2id[] = { variable42 for (i = 0; i < OSSL_NELEM(dhtype2id); ++i) { in ossl_dh_gen_type_id2name()43 if (dhtype2id[i].id == id) in ossl_dh_gen_type_id2name()44 return dhtype2id[i].name; in ossl_dh_gen_type_id2name()54 for (i = 0; i < OSSL_NELEM(dhtype2id); ++i) { in ossl_dh_gen_type_name2id()55 if ((dhtype2id[i].type == TYPE_ANY in ossl_dh_gen_type_name2id()56 || type == dhtype2id[i].type) in ossl_dh_gen_type_name2id()57 && strcmp(dhtype2id[i].name, name) == 0) in ossl_dh_gen_type_name2id()58 return dhtype2id[i].id; in ossl_dh_gen_type_name2id()
Completed in 4 milliseconds