Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c235 dbits_be[0] = get_be64(&dbits[0]); in ast2600_hace_final()
238 dbits_be[1] = get_be64(&dbits[1]); in ast2600_hace_final()
/optee_os-3.20.0/core/include/
A Dio.h78 static inline uint64_t get_be64(const void *p) in get_be64() function

Completed in 5 milliseconds