Home
last modified time | relevance | path

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

/third_party/openssl/crypto/srp/
Dsrp_vfy.c448 const SRP_gN *lgN; in SRP_VBASE_init() local
450 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) { in SRP_VBASE_init()
455 SRP_user_pwd_set_gN(user_pwd, lgN->g, lgN->N); in SRP_VBASE_init()
/third_party/node/deps/openssl/openssl/crypto/srp/
Dsrp_vfy.c448 const SRP_gN *lgN; in SRP_VBASE_init() local
450 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) { in SRP_VBASE_init()
455 SRP_user_pwd_set_gN(user_pwd, lgN->g, lgN->N); in SRP_VBASE_init()
/third_party/openssl/test/
Dsslapitest.c7149 const SRP_gN *lgN = NULL; in create_new_vbase() local
7153 lgN = SRP_get_default_gN(NULL); in create_new_vbase()
7154 if (!TEST_ptr(lgN)) in create_new_vbase()
7158 lgN->N, lgN->g, libctx, NULL))) in create_new_vbase()
7165 user_pwd->N = lgN->N; in create_new_vbase()
7166 user_pwd->g = lgN->g; in create_new_vbase()