Searched refs:SRP_VBASE (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | srp.h | 104 } SRP_VBASE; typedef 117 SRP_VBASE *SRP_VBASE_new(char *seed_key); 118 int SRP_VBASE_free(SRP_VBASE *vb); 119 int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file); 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
/external/openssl/crypto/srp/ |
D | srp.h | 104 } SRP_VBASE; typedef 117 SRP_VBASE *SRP_VBASE_new(char *seed_key); 118 int SRP_VBASE_free(SRP_VBASE *vb); 119 int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file); 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
D | srp_vfy.c | 247 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() 249 SRP_VBASE *vb = (SRP_VBASE *) OPENSSL_malloc(sizeof(SRP_VBASE)); in SRP_VBASE_new() 274 int SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free() 363 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init() 478 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
|
/external/chromium_org/third_party/openssl/openssl/crypto/srp/ |
D | srp.h | 104 } SRP_VBASE; typedef 117 SRP_VBASE *SRP_VBASE_new(char *seed_key); 118 int SRP_VBASE_free(SRP_VBASE *vb); 119 int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file); 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
D | srp_vfy.c | 244 SRP_VBASE *SRP_VBASE_new(char *seed_key) in SRP_VBASE_new() 246 SRP_VBASE *vb = (SRP_VBASE *) OPENSSL_malloc(sizeof(SRP_VBASE)); in SRP_VBASE_new() 271 int SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free() 360 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init() 475 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
|
/external/openssl/include/openssl/ |
D | srp.h | 104 } SRP_VBASE; typedef 117 SRP_VBASE *SRP_VBASE_new(char *seed_key); 118 int SRP_VBASE_free(SRP_VBASE *vb); 119 int SRP_VBASE_init(SRP_VBASE *vb, char * verifier_file); 120 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | s_server.c | 384 SRP_VBASE *vb;
|
/external/openssl/apps/ |
D | s_server.c | 384 SRP_VBASE *vb;
|