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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsrp.c580 row[DB_srpsalt] = NULL;
585 &(row[DB_srpsalt]),
586 gNrow ? gNrow[DB_srpsalt] : gN,
600 || !row[DB_srpverifier] || !row[DB_srpsalt] || (userinfo
618 if (row[DB_srpsalt])
619 OPENSSL_free(row[DB_srpsalt]);
657 (user, row[DB_srpverifier], row[DB_srpsalt],
658 irow ? irow[DB_srpsalt] : row[DB_srpgN],
675 &(row[DB_srpsalt]),
676 gNrow ? gNrow[DB_srpsalt]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsrp.c580 row[DB_srpsalt] = NULL;
585 &(row[DB_srpsalt]),
586 gNrow ? gNrow[DB_srpsalt] : gN,
600 || !row[DB_srpverifier] || !row[DB_srpsalt] || (userinfo
618 if (row[DB_srpsalt])
619 OPENSSL_free(row[DB_srpsalt]);
657 (user, row[DB_srpverifier], row[DB_srpsalt],
658 irow ? irow[DB_srpsalt] : row[DB_srpgN],
675 &(row[DB_srpsalt]),
676 gNrow ? gNrow[DB_srpsalt]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp.h142 # define DB_srpsalt 2 macro
H A Dsrp_vfy.c418 || !(gN->g = SRP_gN_place_bn(vb->gN_cache, pp[DB_srpsalt]))
442 (user_pwd, pp[DB_srpsalt], pp[DB_srpverifier]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp.h142 # define DB_srpsalt 2 macro
H A Dsrp_vfy.c418 || !(gN->g = SRP_gN_place_bn(vb->gN_cache, pp[DB_srpsalt]))
442 (user_pwd, pp[DB_srpsalt], pp[DB_srpverifier]))

Completed in 85 milliseconds