Searched refs:j0 (Results 1 – 4 of 4) sorted by relevance
140 #define aes_hal_gcm_set_j0(j0) aes_ll_gcm_set_j0(j0) argument
269 static inline void aes_ll_gcm_set_j0(const uint8_t *j0) in aes_ll_gcm_set_j0() argument276 memcpy(&j0_word, j0 + 4 * i, sizeof(j0_word)); in aes_ll_gcm_set_j0()
473 volatile uint32_t j0[4]; member