Lines Matching refs:rsa_key
417 gcry_sexp_t rsa_key;
433 rsa_key = NULL;
446 if (i == 6 && gcry_sexp_build(&rsa_key, NULL,
451 rsa_key = NULL;
456 return (ntfs_rsa_private_key)rsa_key;
462 static void ntfs_rsa_private_key_release(ntfs_rsa_private_key rsa_key)
464 gcry_sexp_release((gcry_sexp_t)rsa_key);
480 ntfs_rsa_private_key rsa_key = NULL;
610 rsa_key = ntfs_rsa_private_key_import_from_gnutls(pkey);
611 if (!rsa_key)
706 if (rsa_key && (err || *df_type == DF_TYPE_UNKNOWN ||
711 ntfs_rsa_private_key_release(rsa_key);
712 rsa_key = NULL;
722 return rsa_key;
765 ntfs_rsa_private_key rsa_key)
793 err = gcry_pk_decrypt(&fek_sexp2, fek_sexp, (gcry_sexp_t)rsa_key);
1164 ntfs_rsa_private_key rsa_key, char *thumbprint,
1214 fek_size = ntfs_raw_fek_decrypt(fek_buf, fek_size, rsa_key);
1233 ntfs_rsa_private_key rsa_key, char *thumbprint,
1267 fek = ntfs_df_array_fek_get(df_array, rsa_key, thumbprint,
1541 ntfs_rsa_private_key rsa_key;
1578 rsa_key = ntfs_pkcs12_extract_rsa_key(pfx_buf, pfx_size, password,
1584 if (!rsa_key) {
1595 ntfs_rsa_private_key_release(rsa_key);
1607 ntfs_rsa_private_key_release(rsa_key);
1612 fek = ntfs_inode_fek_get(inode, rsa_key, thumbprint,
1614 ntfs_rsa_private_key_release(rsa_key);