Searched refs:df_type (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 472 NTFS_DF_TYPES *df_type) in ntfs_pkcs12_extract_rsa_key() 487 *df_type = DF_TYPE_UNKNOWN; in ntfs_pkcs12_extract_rsa_key() 660 *df_type = DF_TYPE_DRF; in ntfs_pkcs12_extract_rsa_key() 663 *df_type = DF_TYPE_DDF; in ntfs_pkcs12_extract_rsa_key() 667 } while (!err && (*df_type == DF_TYPE_UNKNOWN)); in ntfs_pkcs12_extract_rsa_key() 668 if (*df_type == DF_TYPE_UNKNOWN) { in ntfs_pkcs12_extract_rsa_key() 706 if (rsa_key && (err || *df_type == DF_TYPE_UNKNOWN || in ntfs_pkcs12_extract_rsa_key() 1234 int thumbprint_size, NTFS_DF_TYPES df_type) in ntfs_inode_fek_get() 1250 if (df_type == DF_TYPE_DDF) { in ntfs_inode_fek_get() 1257 } else if (df_type in ntfs_inode_fek_get() 470 ntfs_pkcs12_extract_rsa_key(u8 *pfx, int pfx_size, char *password, char *thumbprint, int thumbprint_size, NTFS_DF_TYPES *df_type) ntfs_pkcs12_extract_rsa_key() argument 1232 ntfs_inode_fek_get(ntfs_inode *inode, ntfs_rsa_private_key rsa_key, char *thumbprint, int thumbprint_size, NTFS_DF_TYPES df_type) ntfs_inode_fek_get() argument 1547 NTFS_DF_TYPES df_type; main() local [all...] |
Completed in 2 milliseconds