Home
last modified time | relevance | path

Searched refs:mode_name (Results 1 – 2 of 2) sorted by relevance

/qemu/crypto/
H A Dcipher-afalg.c27 const char *mode_name; in qcrypto_afalg_cipher_format_name() local
54 mode_name = QCryptoCipherMode_str(mode); in qcrypto_afalg_cipher_format_name()
55 name = g_strdup_printf("%s(%s)", mode_name, alg_name); in qcrypto_afalg_cipher_format_name()
/qemu/hw/sd/
H A Dsd.c210 static const char *mode_name[] = { in sd_mode_name() local
215 assert(mode < ARRAY_SIZE(mode_name)); in sd_mode_name()
216 return mode_name[mode]; in sd_mode_name()