Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c34 const char *ciphertext; member
641 uint8_t *key, *iv = NULL, *ciphertext = NULL, in test_cipher() local
738 uint8_t ciphertext[32] = { 0 }; in test_cipher_null_iv() local
H A Dtest-crypto-akcipher.c684 const uint8_t *ciphertext; member
880 g_autofree uint8_t *ciphertext = NULL; in test_akcipher() local
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c25 uint8_t *plaintext = NULL, *ciphertext = NULL; in test_cipher_speed() local
/openbmc/linux/crypto/
H A Dkhazad.c803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt()
H A Danubis.c573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt()
/openbmc/qemu/crypto/
H A Dsecret_common.c40 g_autofree uint8_t *ciphertext = NULL; in qcrypto_secret_decrypt() local
/openbmc/linux/fs/smb/server/
H A Dntlmssp.h165 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c677 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c858 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
/openbmc/linux/fs/smb/client/
H A Dcifsglob.h196 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member