Searched refs:cipher_text (Results 1 – 1 of 1) sorted by relevance
22 uint8_t cipher_text[16]; member61 memcpy(cipher_text_be, &ecb.cipher_text[0], sizeof(ecb.cipher_text)); in ecb_encrypt_be()75 mem_rcopy(cipher_text_le, &ecb.cipher_text[0], in ecb_encrypt()76 sizeof(ecb.cipher_text)); in ecb_encrypt()80 memcpy(cipher_text_be, &ecb.cipher_text[0], in ecb_encrypt()81 sizeof(ecb.cipher_text)); in ecb_encrypt()154 uint8_t cipher_text[16]; member165 mem_rcopy(ecb_ut_context->cipher_text, cipher_be, in ecb_cb()166 sizeof(ecb_ut_context->cipher_text)); in ecb_cb()177 uint8_t cipher_text[16]; in ecb_ut() local[all …]