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

/external/openssl/apps/
H A Dsrp.c129 if (pp[DB_srptype][0] == DB_SRP_INDEX && !strcmp(id,pp[DB_srpid]))
136 if (pp[DB_srptype][0] != DB_SRP_INDEX && !strcmp(id,pp[DB_srpid]))
149 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
525 if (gNindex < 0 && gN != NULL && !strcmp(gN, pp[DB_srpid]))
608 row[DB_srpid] = BUF_strdup(user);
612 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] || !row[DB_srpverifier] || !row[DB_srpsalt] ||
616 if (row[DB_srpid]) OPENSSL_free(row[DB_srpid]);
675 if (!row[DB_srpid] || !row[DB_srpgN] || !row[DB_srptype] || !row[DB_srpverifier] || !row[DB_srpsalt] ||
/external/openssl/crypto/srp/
H A Dsrp.h135 #define DB_srpid 3 macro
H A Dsrp_vfy.c401 if (!(gN->id = BUF_strdup(pp[DB_srpid]))
411 last_index = pp[DB_srpid];
425 if (!SRP_user_pwd_set_ids(user_pwd, pp[DB_srpid],pp[DB_srpinfo]))
/external/openssl/include/openssl/
H A Dsrp.h135 #define DB_srpid 3 macro

Completed in 58 milliseconds