Home
last modified time | relevance | path

Searched refs:tee_do_cipher_update (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/crypto/
A Daes-cts.c105 return tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
124 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
134 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
141 res = tee_do_cipher_update(ecb_ctx, TEE_ALG_AES_ECB_NOPAD, in cbc_cts_update()
159 res = tee_do_cipher_update(cbc_ctx, in cbc_cts_update()
168 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
175 res = tee_do_cipher_update(cbc_ctx, TEE_ALG_AES_CBC_NOPAD, in cbc_cts_update()
/optee_os-3.20.0/core/include/tee/
A Dtee_cryp_utl.h17 TEE_Result tee_do_cipher_update(void *ctx, uint32_t algo,
/optee_os-3.20.0/core/tee/
A Dtee_cryp_utl.c99 TEE_Result tee_do_cipher_update(void *ctx, uint32_t algo, in tee_do_cipher_update() function
A Dtee_svc_cryp.c3079 res = tee_do_cipher_update(cs->ctx, cs->algo, cs->mode, in tee_svc_cipher_update_helper()

Completed in 11 milliseconds