Searched refs: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 79 encrypt_block(state, ek, s, d); in encrypt_pl() 87 encrypt_block(state, ek, tmp, d); in encrypt_pl()
|
| /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 267 encrypt_block v0, w3, x2, x5, w6 329 encrypt_block v0, w3, x2, x6, w7 331 encrypt_block v1, w3, x2, x6, w7 333 encrypt_block v2, w3, x2, x6, w7 335 encrypt_block v3, w3, x2, x6, w7 345 encrypt_block v4, w3, x2, x6, w7 451 encrypt_block v0, w3, x2, x8, w7 504 encrypt_block v4, w3, x5, x6, w7 /* first tweak */ 557 encrypt_block v0, w3, x2, x6, w7 [all …]
|
| H A D | sm4_armv8a_ce_a64.S | 114 .macro encrypt_block, in macro 159 encrypt_block BLK0 798 encrypt_block IV
|
| H A D | sm4_armv8a_aese_a64.S | 211 .macro encrypt_block, in macro 243 encrypt_block BLK0 891 encrypt_block IV
|
| /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 677 res = encrypt_block(datafrm[i].data, in tee_rpmb_req_pack()
|