Home
last modified time | relevance | path

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

/linux-6.15/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];
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()