Lines Matching refs:pass_string
844 char *pass_string = get_passwd(pass, desc); in load_key_pwd() local
845 EVP_PKEY *pkey = load_key(uri, format, 0, pass_string, eng, desc); in load_key_pwd()
847 clear_free(pass_string); in load_key_pwd()
854 char *pass_string = get_passwd(pass, desc); in load_cert_pwd() local
856 cert = load_cert_pass(uri, FORMAT_UNDEF, 0, pass_string, desc); in load_cert_pwd()
857 clear_free(pass_string); in load_cert_pwd()
1613 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx() local
1616 if (pass_string != NULL) { in setup_protection_ctx()
1619 (unsigned char *)pass_string, in setup_protection_ctx()
1620 strlen(pass_string)); in setup_protection_ctx()
1621 clear_free(pass_string); in setup_protection_ctx()
3932 char *pass_string = NULL; in cmp_main() local
3942 pass_string = get_passwd(opt_newkeypass, in cmp_main()
3949 (void *)pass_string) in cmp_main()
3954 clear_free(pass_string); in cmp_main()