Searched refs:ivgen_hash_alg (Results 1 – 2 of 2) sorted by relevance
135 QCryptoHashAlgo ivgen_hash_alg; member618 luks->ivgen_hash_alg = 0; in qcrypto_block_luks_parse_header()623 luks->ivgen_hash_alg = qcrypto_block_luks_hash_name_lookup(ivhash_name, in qcrypto_block_luks_parse_header()670 luks->ivgen_hash_alg, 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() local1338 luks_opts.ivgen_hash_alg = QCRYPTO_HASH_ALGO_SHA256; in qcrypto_block_luks_create()1349 luks->ivgen_hash_alg = luks_opts.ivgen_hash_alg; in qcrypto_block_luks_create()[all …]
100 .ivgen_hash_alg = QCRYPTO_HASH_ALGO_SHA256,