Searched defs:ciphertext (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 34 const char *ciphertext; member 654 uint8_t *key, *iv = NULL, *ciphertext = NULL, in test_cipher() local 750 uint8_t ciphertext[32] = { 0 }; in test_cipher_null_iv() local
|
H A D | test-crypto-akcipher.c | 684 const uint8_t *ciphertext; member 880 g_autofree uint8_t *ciphertext = NULL; in test_akcipher() local
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 25 uint8_t *plaintext = NULL, *ciphertext = NULL; in test_cipher_speed() local
|
/openbmc/linux/crypto/ |
H A D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt()
|
H A D | anubis.c | 573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt()
|
/openbmc/qemu/crypto/ |
H A D | secret_common.c | 40 g_autofree uint8_t *ciphertext = NULL; in qcrypto_secret_decrypt() local
|
/openbmc/linux/fs/smb/server/ |
H A D | ntlmssp.h | 165 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; member
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 677 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 858 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsglob.h | 196 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */ member
|