Searched defs:ek (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | aes-gcm-sw.c | 14 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()
|
A D | aes-gcm-ghash-tbl.c | 50 const struct internal_aes_gcm_key *ek) in internal_aes_gcm_ghash_gen_tbl()
|
A D | aes-gcm.c | 70 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-3.20.0/core/arch/arm/crypto/ |
A D | aes-gcm-ce.c | 98 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-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 95 ulong32 ek[32], dk[32]; member 99 ulong32 ek[3][32], dk[3][32]; member 157 unsigned short int ek[LTC_IDEA_KEYLEN]; /* enc key */ member
|
Completed in 8 milliseconds