Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c757 char *pass_string = get_passwd(pass, desc); in load_key_pwd() local
758 EVP_PKEY *pkey = load_key(uri, format, 0, pass_string, eng, desc); in load_key_pwd()
760 clear_free(pass_string); in load_key_pwd()
767 char *pass_string = get_passwd(pass, desc); in load_cert_pwd() local
769 cert = load_cert_pass(uri, FORMAT_UNDEF, 0, pass_string, desc); in load_cert_pwd()
770 clear_free(pass_string); in load_cert_pwd()
1516 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx() local
1519 if (pass_string != NULL) { in setup_protection_ctx()
1522 (unsigned char *)pass_string, in setup_protection_ctx()
1523 strlen(pass_string)); in setup_protection_ctx()
[all …]
/openssl/apps/lib/
H A Dapps.c745 char *pass_string; in load_cert_certs() local
754 pass_string = get_passwd(pass, desc); in load_cert_certs()
755 ret = load_key_certs_crls(uri, FORMAT_UNDEF, 0, pass_string, desc, 0, in load_cert_certs()
757 clear_free(pass_string); in load_cert_certs()

Completed in 22 milliseconds