Home
last modified time | relevance | path

Searched refs:get_be64 (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_mult_h_arm_ce.c26 b = get_be64(gcm->H); in gcm_mult_h()
27 a = get_be64(gcm->H + 8); in gcm_mult_h()
34 dg[1] = get_be64(I); in gcm_mult_h()
35 dg[0] = get_be64(I + 8); in gcm_mult_h()
/optee_os/core/arch/arm/crypto/
A Daes-gcm-ce.c23 d[1] = get_be64(src); in get_be_block()
24 d[0] = get_be64((const uint8_t *)src + 8); in get_be_block()
37 uint64_t b = get_be64(k); in ghash_reflect()
38 uint64_t a = get_be64(k + 1); in ghash_reflect()
/optee_os/core/crypto/
A Daes-gcm-ghash-tbl.c59 vh = get_be64(h); in internal_aes_gcm_ghash_gen_tbl()
60 vl = get_be64(h + 8); in internal_aes_gcm_ghash_gen_tbl()
/optee_os/core/include/
A Dio.h68 static inline uint64_t get_be64(const void *p) in get_be64() function
/optee_os/out/arm/core/
A Dtee.dmp24573 get_be64():
24585 get_be64():

Completed in 128 milliseconds