Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c366 alignas(16) uint64_t record_auth_key[2]; in aead_aes_gcm_siv_asm_seal_scatter() local
368 aead_aes_gcm_siv_kdf(gcm_siv_ctx->is_128_bit, gcm_siv_ctx, record_auth_key, in aead_aes_gcm_siv_asm_seal_scatter()
373 (const uint8_t *)record_auth_key, nonce); in aead_aes_gcm_siv_asm_seal_scatter()
438 alignas(16) uint64_t record_auth_key[2]; in aead_aes_gcm_siv_asm_open() local
440 aead_aes_gcm_siv_kdf(gcm_siv_ctx->is_128_bit, gcm_siv_ctx, record_auth_key, in aead_aes_gcm_siv_asm_open()
455 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, ad, in aead_aes_gcm_siv_asm_open()
462 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
467 aesgcmsiv_htable6_init(htable, (const uint8_t *)record_auth_key); in aead_aes_gcm_siv_asm_open()
483 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
497 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()