Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Daes-gcm-sw.c53 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 Daes_modes_armv8a_ce_a64.S100 .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 Dsm4_armv8a_ce_a64.S114 .macro encrypt_block, in macro
159 encrypt_block BLK0
798 encrypt_block IV
H A Dsm4_armv8a_aese_a64.S211 .macro encrypt_block, in macro
243 encrypt_block BLK0
891 encrypt_block IV
/optee_os/core/tee/
H A Dtee_rpmb_fs.c559 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()