Lines Matching refs:pass_string
675 char *pass_string = get_passwd(pass, desc); in load_key_pwd() local
676 EVP_PKEY *pkey = load_key(uri, format, 0, pass_string, eng, desc); in load_key_pwd()
678 clear_free(pass_string); in load_key_pwd()
685 char *pass_string = get_passwd(pass, desc); in load_cert_pwd() local
687 cert = load_cert_pass(uri, FORMAT_UNDEF, 0, pass_string, desc); in load_cert_pwd()
688 clear_free(pass_string); in load_cert_pwd()
1417 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx() local
1420 if (pass_string != NULL) { in setup_protection_ctx()
1423 (unsigned char *)pass_string, in setup_protection_ctx()
1424 strlen(pass_string)); in setup_protection_ctx()
1425 clear_free(pass_string); in setup_protection_ctx()