Searched refs:ppbe (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs12.c96 static int set_pbe(BIO *err, int *ppbe, const char *str);
1042 static int set_pbe(BIO *err, int *ppbe, const char *str) argument
1047 *ppbe = -1;
1050 *ppbe = OBJ_txt2nid(str);
1051 if (*ppbe == NID_undef) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs12.c96 static int set_pbe(BIO *err, int *ppbe, const char *str);
1042 static int set_pbe(BIO *err, int *ppbe, const char *str) argument
1047 *ppbe = -1;
1050 *ppbe = OBJ_txt2nid(str);
1051 if (*ppbe == NID_undef) {

Completed in 50 milliseconds