Home
last modified time | relevance | path

Searched defs:alg_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash-afalg.c29 const char *alg_name; in qcrypto_afalg_hash_format_name() local
121 char *alg_name = qcrypto_afalg_hash_format_name(alg, false, NULL); in qcrypto_afalg_hash_new() local
H A Dcipher-afalg.c26 const char *alg_name; in qcrypto_afalg_cipher_format_name() local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c95 *crypto_alloc_comp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_comp()