Searched refs:gN_tab (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c346 static SRP_gN *SRP_get_gN_by_id(const char *id, STACK_OF(SRP_gN) *gN_tab) argument
351 if (gN_tab != NULL) {
352 for (i = 0; i < sk_SRP_gN_num(gN_tab); i++) {
353 gN = sk_SRP_gN_value(gN_tab, i);

Completed in 61 milliseconds