Searched refs:next_size_func (Results 1 – 1 of 1) sorted by relevance
1581 void (*next_size_func)(LTC_Type * ltcBase, uint32_t nextSize, bool authOnly); in ltc_aes_gcm_process_iv_aad() local1589 next_size_func = type == LTC_AES_GCM_TYPE_AAD ? aadsize_next : ivsize_next; in ltc_aes_gcm_process_iv_aad()1598 next_size_func(base, ivSize, iv_only); in ltc_aes_gcm_process_iv_aad()1609 next_size_func(base, (uint16_t)sz, true); in ltc_aes_gcm_process_iv_aad()