OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SRP_user_pwd_set_sv_BN
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/srp/
srp_vfy.c
237
static int
SRP_user_pwd_set_sv_BN
(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v)
513
if (
SRP_user_pwd_set_sv_BN
(user, BN_bin2bn(digs,SHA_DIGEST_LENGTH,NULL), BN_bin2bn(digv,SHA_DIGEST_LENGTH, NULL)))
/external/openssl/crypto/srp/
srp_vfy.c
237
static int
SRP_user_pwd_set_sv_BN
(SRP_user_pwd *vinfo, BIGNUM *s, BIGNUM *v)
513
if (
SRP_user_pwd_set_sv_BN
(user, BN_bin2bn(digs,SHA_DIGEST_LENGTH,NULL), BN_bin2bn(digv,SHA_DIGEST_LENGTH, NULL)))
Completed in 77 milliseconds