Searched refs:AES_KEY_BYTES (Results 1 – 1 of 1) sorted by relevance
78 #define AES_KEY_BYTES AES_KEYSIZE_128 macro79 #define AES_KEY_BITS (AES_KEY_BYTES*8)114 u8 scratch[AES_KEY_BYTES + AES_BLOCK_SIZE];676 auth->tpm_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_fill_hmac_session()680 aes_expandkey(&auth->aes_ctx, auth->scratch, AES_KEY_BYTES); in tpm_buf_fill_hmac_session()683 auth->scratch + AES_KEY_BYTES); in tpm_buf_fill_hmac_session()857 auth->our_nonce, AES_KEY_BYTES + AES_BLOCK_SIZE, in tpm_buf_check_hmac_response()861 aes_expandkey(&auth->aes_ctx, auth->scratch, AES_KEY_BYTES); in tpm_buf_check_hmac_response()864 auth->scratch + AES_KEY_BYTES); in tpm_buf_check_hmac_response()