Home
last modified time | relevance | path

Searched defs:ek (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/crypto/
H A Daes-gcm-sw.c14 const struct internal_aes_gcm_key *ek) in internal_aes_gcm_set_key()
69 const struct internal_aes_gcm_key *ek, in encrypt_pl()
108 const struct internal_aes_gcm_key *ek, in decrypt_pl()
133 const struct internal_aes_gcm_key *ek, in internal_aes_gcm_update_payload_blocks()
H A Daes-gcm-ghash-tbl.c49 const struct internal_aes_gcm_key *ek) in internal_aes_gcm_ghash_gen_tbl()
H A Daes-gcm.c70 const struct internal_aes_gcm_key *ek, in __gcm_init()
130 struct internal_aes_gcm_key *ek = &ctx->key; in internal_aes_gcm_init() local
191 const struct internal_aes_gcm_key *ek, in __gcm_update_payload()
/optee_os/core/arch/arm/crypto/
H A Daes-gcm-ce.c98 const struct internal_aes_gcm_key *ek, uint64_t dg[2], in encrypt_pl()
121 const struct internal_aes_gcm_key *ek, uint64_t dg[2], in decrypt_pl()
137 const struct internal_aes_gcm_key *ek, in update_payload_2block()
174 const struct internal_aes_gcm_key *ek, in internal_aes_gcm_update_payload_blocks()
212 const struct internal_aes_gcm_key *ek, in internal_aes_gcm_update_payload_blocks()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h97 ulong32 ek[32], dk[32]; member
101 ulong32 ek[3][32], dk[3][32]; member
159 unsigned short int ek[LTC_IDEA_KEYLEN]; /* enc key */ member