Home
last modified time | relevance | path

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

/external/openssl/crypto/srp/
Dsrp_vfy.c329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn() function
402 || !(gN->N = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpverifier])) in SRP_VBASE_init()
403 || !(gN->g = SRP_gN_place_bn(vb->gN_cache,pp[DB_srpsalt])) in SRP_VBASE_init()