Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dsrp.h117 SRP_VBASE *SRP_VBASE_new(char *seed_key);
/external/openssl/crypto/srp/
Dsrp.h117 SRP_VBASE *SRP_VBASE_new(char *seed_key);
Dsrp_vfy.c244 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() function
/external/openssl/apps/
Ds_server.c1849 srp_callback_parm.vb = SRP_VBASE_new(srpuserseed); in MAIN()