Searched refs:ciphertext (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | fips140-selftests.c | 73 const u8 *ciphertext; member 84 const u8 *ciphertext; member 214 err = fips_check_result(block, vec->ciphertext, AES_BLOCK_SIZE, in fips_test_aes_library() 277 err = fips_check_result(message, vec->ciphertext, vec->message_size, in fips_test_skcipher() 371 err = fips_check_result(message, vec->ciphertext, vec->ciphertext_size, in fips_test_aead() 581 .ciphertext = fips_aes_ecb_ciphertext, 654 .ciphertext = fips_aes_ecb_ciphertext, 697 .ciphertext = fips_aes_cbc_ciphertext, 720 .ciphertext = "\xfc\x00\x78\x3e\x0e\xfd\xb2\xc1" 741 .ciphertext = fips_aes_ctr_ciphertext, [all …]
|
D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument 806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt()
|
D | anubis.c | 573 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument 576 __be32 *dst = (__be32 *)ciphertext; in anubis_crypt()
|
D | Kconfig | 468 with the plaintext blocks to get the ciphertext. Flipping a bit in the 469 ciphertext produces a flipped bit in the plaintext at the same
|