Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Daes-gcm.c61 TEE_U64_TO_BIG_ENDIAN(l1 * 8), in ghash_update_lengths()
62 TEE_U64_TO_BIG_ENDIAN(l2 * 8) in ghash_update_lengths()
354 state->ctr[1] = TEE_U64_TO_BIG_ENDIAN(c); in internal_aes_gcm_inc_ctr()
365 state->ctr[1] = TEE_U64_TO_BIG_ENDIAN(c); in internal_aes_gcm_dec_ctr()
544 product[0] = TEE_U64_TO_BIG_ENDIAN(z[0]); in internal_aes_gcm_gfmul()
545 product[1] = TEE_U64_TO_BIG_ENDIAN(z[1]); in internal_aes_gcm_gfmul()
/optee_os/core/include/
H A Dio.h87 *(uint64_t *)p = TEE_U64_TO_BIG_ENDIAN(val); in put_be64()
147 tmp->x = TEE_U64_TO_BIG_ENDIAN(val); in put_unaligned_be64()
/optee_os/lib/libutee/include/
H A Dutee_defines.h314 #define TEE_U64_TO_BIG_ENDIAN(x) TEE_U64_BSWAP(x) macro
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c192 ctr[0] = TEE_U64_TO_BIG_ENDIAN(v0); in ctr_iv_inc()
193 ctr[1] = TEE_U64_TO_BIG_ENDIAN(v1); in ctr_iv_inc()