Home
last modified time | relevance | path

Searched refs:DB_srpid (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dsrp.c48 && strcmp(id, pp[DB_srpid]) == 0) in get_index()
56 && strcmp(id, pp[DB_srpid]) == 0) in get_index()
69 BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]); in print_entry()
393 if ((gNindex < 0) && (gN != NULL) && strcmp(gN, pp[DB_srpid]) == 0) in srp_main()
465 row[DB_srpid] = OPENSSL_strdup(user); in srp_main()
469 if ((row[DB_srpid] == NULL) in srp_main()
477 OPENSSL_free(row[DB_srpid]); in srp_main()
552 if (row[DB_srpid] == NULL in srp_main()
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c442 if ((gN->id = OPENSSL_strdup(pp[DB_srpid])) == NULL in SRP_VBASE_init()
453 last_index = pp[DB_srpid]; in SRP_VBASE_init()
466 (user_pwd, pp[DB_srpid], pp[DB_srpinfo])) in SRP_VBASE_init()
/freebsd/crypto/openssl/include/openssl/
H A Dsrp.h.in144 # define DB_srpid 3 macro
H A Dsrp.h215 # define DB_srpid 3 macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c7586 row[DB_srpid] = OPENSSL_strdup(userid); in create_new_vfile()
7590 if (!TEST_ptr(row[DB_srpid]) in create_new_vfile()