Home
last modified time | relevance | path

Searched refs:decrypt_block (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/crypto/
A Daes-gcm-sw.c92 static void decrypt_block(struct internal_aes_gcm_state *state, in decrypt_block() function
118 decrypt_block(state, ek, s, d); in decrypt_pl()
126 decrypt_block(state, ek, tmp, d); in decrypt_pl()
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a64.S112 .macro decrypt_block, in, rounds, t0, t1, t2 macro
306 decrypt_block v0, w3, x2, x5, w6
388 decrypt_block v0, w3, x2, x6, w7
638 decrypt_block v0, w3, x2, x6, w7
/optee_os-3.20.0/core/tee/
A Dtee_rpmb_fs.c496 static TEE_Result decrypt_block(uint8_t *out, const uint8_t *in, in decrypt_block() function
533 res = decrypt_block(tmp, frm->data, blk_idx, fek, uuid); in decrypt()
538 res = decrypt_block(out, frm->data, blk_idx, fek, uuid); in decrypt()

Completed in 8 milliseconds