Searched refs:DB_srpid (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsrp.c130 && !strcmp(id, pp[DB_srpid]))
137 && !strcmp(id, pp[DB_srpid]))
149 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
521 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
595 row[DB_srpid] = BUF_strdup(user);
599 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
608 if (row[DB_srpid])
609 OPENSSL_free(row[DB_srpid]);
689 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsrp.c130 && !strcmp(id, pp[DB_srpid]))
137 && !strcmp(id, pp[DB_srpid]))
149 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
521 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
595 row[DB_srpid] = BUF_strdup(user);
599 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
608 if (row[DB_srpid])
609 OPENSSL_free(row[DB_srpid]);
689 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp.h143 # define DB_srpid 3 macro
H A Dsrp_vfy.c415 if (!(gN->id = BUF_strdup(pp[DB_srpid]))
425 last_index = pp[DB_srpid];
437 (user_pwd, pp[DB_srpid], pp[DB_srpinfo]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp.h143 # define DB_srpid 3 macro
H A Dsrp_vfy.c415 if (!(gN->id = BUF_strdup(pp[DB_srpid]))
425 last_index = pp[DB_srpid];
437 (user_pwd, pp[DB_srpid], pp[DB_srpinfo]))

Completed in 71 milliseconds