Searched defs:encrypt_block (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | aes-gcm-sw.c | 53 static void encrypt_block(struct internal_aes_gcm_state *state, in encrypt_block() function
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_modes_armv8a_ce_a64.S | 100 .macro encrypt_block, in, rounds, t0, t1, t2 macro
|
| H A D | sm4_armv8a_ce_a64.S | 114 .macro encrypt_block, in macro
|
| H A D | sm4_armv8a_aese_a64.S | 211 .macro encrypt_block, in macro
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 559 static TEE_Result encrypt_block(uint8_t *out, const uint8_t *in, in encrypt_block() function
|