Searched refs:cipher_text (Results 1 – 1 of 1) sorted by relevance
50 uint8_t cipher_text[16]; member76 ep->out[0].ptr = ep->cipher_text; in do_ecb()77 ep->out[0].length = sizeof(ep->cipher_text); in do_ecb()120 memcpy(cipher_text_be, &ecb.cipher_text[0], sizeof(ecb.cipher_text)); in ecb_encrypt_be()134 mem_rcopy(cipher_text_le, &ecb.cipher_text[0], in ecb_encrypt()135 sizeof(ecb.cipher_text)); in ecb_encrypt()139 memcpy(cipher_text_be, &ecb.cipher_text[0], in ecb_encrypt()140 sizeof(ecb.cipher_text)); in ecb_encrypt()235 uint8_t cipher_text[16]; member246 mem_rcopy(ecb_ut_context->cipher_text, cipher_be, in ecb_cb()[all …]