Home
last modified time | relevance | path

Searched refs:aes_iv (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/crypto/
H A Dgen_fips140_testvecs.py31 aes_iv = bytes('ABCDEFGHIJKLMNOP', 'ascii') variable
75 print_value('aes_iv', aes_iv)
78 iv=aes_iv)
85 nonce=bytes(), initial_value=aes_iv)
90 nonce=aes_iv[:12], mac_len=16)
100 cryptography.hazmat.primitives.ciphers.modes.XTS(aes_iv)).encryptor()
/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c188 CIPHER_TEST(AES, ECB, aes_key, aes_iv, foo_data, aes_ecb_cipher),
189 CIPHER_TEST(AES, CBC, aes_key, aes_iv, foo_data, aes_cbc_cipher),
190 CIPHER_TEST(AES, CFB, aes_key, aes_iv, foo_data, aes_cfb_cipher),
191 CIPHER_TEST(AES, OFB, aes_key, aes_iv, foo_data, aes_ofb_cipher),
192 CIPHER_TEST(AES, CTS, aes_key, aes_iv, foo_data, aes_cts_cipher),
193 CIPHER_TEST(AES, CTR, aes_key, aes_iv, foo_data, aes_ctr_cipher),
195 aes_iv, foo_data, aes_xts_cipher),
196 CIPHER_TEST(AES, CBC_MAC, aes_key, aes_iv, foo_data, aes_cbc_mac),
197 CIPHER_TEST(AES, CMAC, aes_key, aes_iv, foo_data, aes_cmac),
200 CIPHER_AE_TEST(AES, GCM, aes_key, aes_iv, foo_data, aes_gcm_cipher,
/OK3568_Linux_fs/kernel/net/ceph/
H A Dcrypto.c146 static const u8 *aes_iv = (u8 *)CEPH_AES_IV; variable
236 memcpy(iv, aes_iv, AES_BLOCK_SIZE); in ceph_aes_crypt()
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_fix_test_data.h274 const u8 aes_iv[] = { variable
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dace_sha.h44 unsigned int aes_iv[4]; member