Lines Matching refs:pass_string
757 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()
1524 clear_free(pass_string); in setup_protection_ctx()