Searched refs:SRP_user_pwd_set1_ids (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | SRP_user_pwd_new.pod | 7 SRP_user_pwd_set1_ids, 23 int SRP_user_pwd_set1_ids(SRP_user_pwd *user_pwd, const char *id, const char *info); 38 The SRP_user_pwd_set1_ids() function sets the username to B<id> and the optional 53 SRP_user_pwd_set1_ids() returns 1 on success and 0 on failure or if B<id> was NULL.
|
H A D | SRP_create_verifier.pod | 111 SRP_user_pwd_set1_ids(pwd, username, NULL);
|
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 212 int SRP_user_pwd_set1_ids(SRP_user_pwd *vinfo, const char *id, in SRP_user_pwd_set1_ids() function 270 if (!SRP_user_pwd_set1_ids(ret, src->id, src->info) in srp_user_pwd_dup() 465 if (!SRP_user_pwd_set1_ids in SRP_VBASE_init() 582 if (!SRP_user_pwd_set1_ids(user, username, NULL)) in SRP_VBASE_get1_by_user()
|
/openssl/include/openssl/ |
H A D | srp.h.in | 77 int SRP_user_pwd_set1_ids(SRP_user_pwd *user_pwd, const char *id,
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 2226 SRP_user_pwd_set0_sv(), SRP_user_pwd_set1_ids(), SRP_user_pwd_set_gN(),
|
/openssl/util/ |
H A D | libcrypto.num | 4421 SRP_user_pwd_set1_ids 4549 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,SRP
|
Completed in 44 milliseconds