Searched refs:ivgen_hash_alg (Results 1 – 2 of 2) sorted by relevance
135 QCryptoHashAlgorithm ivgen_hash_alg; member618 luks->ivgen_hash_alg = 0; in qcrypto_block_luks_parse_header()799 luks->ivgen_hash_alg, in qcrypto_block_luks_store_key()953 luks->ivgen_hash_alg, in qcrypto_block_luks_load_key()1252 luks->ivgen_hash_alg, in qcrypto_block_luks_open()1314 const char *ivgen_hash_alg = NULL; in qcrypto_block_luks_create() local1349 luks->ivgen_hash_alg = luks_opts.ivgen_hash_alg; in qcrypto_block_luks_create()1389 ivgen_hash_alg = QCryptoHashAlgorithm_str(luks_opts.ivgen_hash_alg); in qcrypto_block_luks_create()1391 ivgen_hash_alg); in qcrypto_block_luks_create()1467 luks_opts.ivgen_hash_alg, in qcrypto_block_luks_create()[all …]
100 .ivgen_hash_alg = QCRYPTO_HASH_ALG_SHA256,