Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDsrp.c168 print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose, in print_user()
597 row[DB_srpgN] = BUF_strdup(gNid); in MAIN()
599 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] in MAIN()
610 if (row[DB_srpgN]) in MAIN()
611 OPENSSL_free(row[DB_srpgN]); in MAIN()
650 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0) in MAIN()
658 irow ? irow[DB_srpsalt] : row[DB_srpgN], in MAIN()
687 row[DB_srpgN] = BUF_strdup(gNid); in MAIN()
689 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] in MAIN()
/NextBSD/crypto/openssl/crypto/srp/
HDsrp.h134 # define DB_srpgN 4 macro
HDsrp_vfy.c412 if ((lgN = SRP_get_gN_by_id(pp[DB_srpgN], SRP_gN_tab)) != NULL) { in SRP_VBASE_init()