Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/srp/
H A Dsrp_vfy.c449 const SRP_gN *lgN; in SRP_VBASE_init() local
451 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) { in SRP_VBASE_init()
456 SRP_user_pwd_set_gN(user_pwd, lgN->g, lgN->N); in SRP_VBASE_init()
/third_party/openssl/crypto/srp/
H A Dsrp_vfy.c450 const SRP_gN *lgN; in SRP_VBASE_init() local
452 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) { in SRP_VBASE_init()
457 SRP_user_pwd_set_gN(user_pwd, lgN->g, lgN->N); in SRP_VBASE_init()
/third_party/openssl/test/
H A Dsslapitest.c7148 const SRP_gN *lgN = NULL; in create_new_vbase() local
7152 lgN = SRP_get_default_gN(NULL); in create_new_vbase()
7153 if (!TEST_ptr(lgN)) in create_new_vbase()
7157 lgN->N, lgN->g, libctx, NULL))) in create_new_vbase()
7164 user_pwd->N = lgN->N; in create_new_vbase()
7165 user_pwd->g = lgN->g; in create_new_vbase()

Completed in 15 milliseconds