OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DB_srpid
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
srp.c
129
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/apps/
srp.c
129
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/chromium_org/third_party/openssl/openssl/crypto/srp/
srp.h
135
#define
DB_srpid
3
srp_vfy.c
401
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/chromium_org/third_party/openssl/openssl/include/openssl/
srp.h
135
#define
DB_srpid
3
/external/openssl/crypto/srp/
srp.h
135
#define
DB_srpid
3
srp_vfy.c
401
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/
srp.h
135
#define
DB_srpid
3
Completed in 3309 milliseconds