OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SRP_VBASE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/srp/
srp.h
104
}
SRP_VBASE
;
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/include/openssl/
srp.h
104
}
SRP_VBASE
;
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);
Completed in 5176 milliseconds