Lines Matching defs:thumbprint
471 char *password, char *thumbprint, int thumbprint_size,
680 /* Return the thumbprint to the caller. */
682 GNUTLS_DIG_SHA1, thumbprint, &tp_size);
684 ntfs_log_error("Failed to get thumbprint: "
689 ntfs_log_error("Invalid thumbprint size %zd. "
709 ntfs_log_error("Key type or thumbprint not found, "
1164 ntfs_rsa_private_key rsa_key, char *thumbprint,
1185 "thumbprint, skipping DF entry.\n");
1202 thumbprint, thumbprint_size)) {
1233 ntfs_rsa_private_key rsa_key, char *thumbprint,
1267 fek = ntfs_df_array_fek_get(df_array, rsa_key, thumbprint,
1548 char thumbprint[NTFS_SHA1_THUMBPRINT_SIZE];
1579 thumbprint, sizeof(thumbprint), &df_type);
1612 fek = ntfs_inode_fek_get(inode, rsa_key, thumbprint,
1613 sizeof(thumbprint), df_type);