Home
last modified time | relevance | path

Searched refs:DB_SRP_INDEX (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/apps/
Dsrp.c40 if (type == DB_SRP_INDEX) { in get_index()
43 if (pp[DB_srptype][0] == DB_SRP_INDEX in get_index()
51 if (pp[DB_srptype][0] != DB_SRP_INDEX in get_index()
368 if (pp[DB_srptype][0] == DB_SRP_INDEX) { in srp_main()
491 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in srp_main()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dsrp.h104 # define DB_SRP_INDEX 'I' macro
/freebsd-12-stable/crypto/openssl/crypto/srp/
Dsrp_vfy.c413 if (pp[DB_srptype][0] == DB_SRP_INDEX) { in SRP_VBASE_init()