Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/apps/
HDsrp.c44 if (type == DB_SRP_INDEX) { in get_index()
47 if (pp[DB_srptype][0] == DB_SRP_INDEX in get_index()
55 if (pp[DB_srptype][0] != DB_SRP_INDEX in get_index()
391 if (pp[DB_srptype][0] == DB_SRP_INDEX) { in srp_main()
514 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in srp_main()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDsrp.h.in150 # define DB_SRP_INDEX 'I' macro
HDsrp.h221 # define DB_SRP_INDEX 'I' macro
/freebsd-14-stable/crypto/openssl/crypto/srp/
HDsrp_vfy.c428 if (pp[DB_srptype][0] == DB_SRP_INDEX) { in SRP_VBASE_init()