Lines Matching refs:pass
57 static char *file_get_pass(const UI_METHOD *ui_method, char *pass,
75 pass = NULL;
77 pass, 0, maxsize - 1) <= 0) {
79 pass = NULL;
84 pass = NULL;
88 pass = NULL;
97 return pass;
124 char *pass = file_get_pass(pass_data->ui_method, buf, num,
128 return pass == NULL ? 0 : strlen(pass);
318 char *pass = NULL;
329 pass = "";
331 if ((pass = file_get_pass(ui_method, tpass, PEM_BUFSIZE,
337 if (!PKCS12_verify_mac(p12, pass, strlen(pass))) {
343 if (PKCS12_parse(p12, pass, &pkey, &cert, &chain)) {
444 char *pass = NULL;
468 if ((pass = file_get_pass(ui_method, kbuf, PEM_BUFSIZE,
469 "PKCS8 decrypt pass phrase", uri,
476 if (!PKCS12_pbe_crypt(dalg, pass, strlen(pass), doct->data, doct->length,
1332 || !file_fill_pem_pass_data(&pass_data, "PEM pass phrase", uri,
1400 if (!file_fill_pem_pass_data(&pass_data, "PVK pass phrase", uri,