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

/external/openssl/apps/
H A Dpkcs12.c91 static int set_pbe(BIO *err, int *ppbe, const char *str);
959 static int set_pbe(BIO *err, int *ppbe, const char *str) argument
965 *ppbe = -1;
968 *ppbe=OBJ_txt2nid(str);
969 if (*ppbe == NID_undef)

Completed in 35 milliseconds