Home
last modified time | relevance | path

Searched refs:AES_KEYSIZE_128 (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dcommon.h30 #define AES_KEYSIZE_128 U(16) macro
H A Dstm32_saes.c329 for (i = 0; i < AES_KEYSIZE_128 / sizeof(uint32_t); i++) in saes_write_key()
611 case AES_KEYSIZE_128: in stm32_saes_init()
628 case AES_KEYSIZE_128: in stm32_saes_init()
630 for (i = 0; i < AES_KEYSIZE_128 / sizeof(uint32_t); in stm32_saes_init()
1333 AES_KEYSIZE_128, in huk_subkey_derive()
1342 res = stm32_saes_kdf(&ctx, STM32_SAES_KEY_DHU, NULL, AES_KEYSIZE_128, in huk_subkey_derive()
H A Dstm32_cryp.c725 case AES_KEYSIZE_128: in stm32_cryp_init()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h17 #define AES_KEYSIZE_128 16 macro
H A Dsec_cipher.c72 case AES_KEYSIZE_128: in sec_cipher_aes_get_c_key_len()
115 if (key_len != AES_KEYSIZE_128) { in sec_cipher_sm4_get_c_key_len()
H A Dsec_authenc.c346 case AES_KEYSIZE_128: in sec_aead_set_key()