Home
last modified time | relevance | path

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

/external/openssl/crypto/srp/
Dsrp_vfy.c313 static SRP_gN *SRP_get_gN_by_id(const char *id, STACK_OF(SRP_gN) *gN_tab) in SRP_get_gN_by_id() function
418 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN],SRP_gN_tab))!=NULL) in SRP_VBASE_init()
443 if (((gN = SRP_get_gN_by_id(last_index,SRP_gN_tab))==NULL)) in SRP_VBASE_init()
551 SRP_gN * gN = SRP_get_gN_by_id(g, NULL) ; in SRP_create_verifier()