Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c78 #define AES_KEY_BYTES AES_KEYSIZE_128 macro
79 #define AES_KEY_BITS (AES_KEY_BYTES*8)
114 u8 scratch[AES_KEY_BYTES + AES_BLOCK_SIZE];
690 auth->tpm_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_fill_hmac_session()
694 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); in tpm_buf_fill_hmac_session()
697 auth->scratch + AES_KEY_BYTES); in tpm_buf_fill_hmac_session()
871 auth->our_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_check_hmac_response()
875 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); in tpm_buf_check_hmac_response()
878 auth->scratch + AES_KEY_BYTES); in tpm_buf_check_hmac_response()