Home
last modified time | relevance | path

Searched refs:pass_string (Results 1 – 2 of 2) sorted by relevance

/openssl-master/apps/
A Dcmp.c629 char *pass_string = get_passwd(pass, desc); in load_key_pwd() local
630 EVP_PKEY *pkey = load_key(uri, format, 0, pass_string, eng, desc); in load_key_pwd()
632 clear_free(pass_string); in load_key_pwd()
639 char *pass_string = get_passwd(pass, desc); in load_cert_pwd() local
641 cert = load_cert_pass(uri, FORMAT_UNDEF, 0, pass_string, desc); in load_cert_pwd()
642 clear_free(pass_string); in load_cert_pwd()
1346 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx() local
1349 if (pass_string != NULL) { in setup_protection_ctx()
1352 (unsigned char *)pass_string, in setup_protection_ctx()
1353 strlen(pass_string)); in setup_protection_ctx()
[all …]
/openssl-master/apps/lib/
A Dapps.c683 char *pass_string; in load_cert_certs() local
690 pass_string = get_passwd(pass, desc); in load_cert_certs()
691 ret = load_key_certs_crls(uri, FORMAT_UNDEF, 0, pass_string, desc, in load_cert_certs()
694 clear_free(pass_string); in load_cert_certs()

Completed in 15 milliseconds