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.c83 #define AES_KEY_BYTES AES_KEYSIZE_128 macro
84 #define AES_KEY_BITS (AES_KEY_BYTES*8)
119 u8 scratch[AES_KEY_BYTES + AES_BLOCK_SIZE];
671 auth->tpm_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_fill_hmac_session()
675 aes_expandkey(&auth->aes_ctx, auth->scratch, AES_KEY_BYTES); in tpm_buf_fill_hmac_session()
678 auth->scratch + AES_KEY_BYTES); in tpm_buf_fill_hmac_session()
844 auth->our_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_check_hmac_response()
848 aes_expandkey(&auth->aes_ctx, auth->scratch, AES_KEY_BYTES); in tpm_buf_check_hmac_response()
851 auth->scratch + AES_KEY_BYTES); in tpm_buf_check_hmac_response()