Searched refs:tee_do_cipher_update (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/crypto/ |
A D | aes-cts.c | 105 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/core/include/tee/ |
A D | tee_cryp_utl.h | 17 TEE_Result tee_do_cipher_update(void *ctx, uint32_t algo,
|
/optee_os/core/tee/ |
A D | tee_cryp_utl.c | 98 TEE_Result tee_do_cipher_update(void *ctx, uint32_t algo, in tee_do_cipher_update() function
|
A D | tee_svc_cryp.c | 2635 res = tee_do_cipher_update(cs->ctx, cs->algo, cs->mode, in tee_svc_cipher_update_helper()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 339 000000000e11fe54 0000000000000110 T tee_do_cipher_update
|
A D | tee.dmp | 26497 e110eb0: 94003be9 bl e11fe54 <tee_do_cipher_update> 26553 e110f50: 94003bc1 bl e11fe54 <tee_do_cipher_update> 26595 e110fc0: 94003ba5 bl e11fe54 <tee_do_cipher_update> 26630 e111030: 94003b89 bl e11fe54 <tee_do_cipher_update> 26643 e11105c: 94003b7e bl e11fe54 <tee_do_cipher_update> 26663 e1110a0: 94003b6d bl e11fe54 <tee_do_cipher_update> 49537 000000000e11fe54 <tee_do_cipher_update>: 49538 tee_do_cipher_update(): 49601 e11ff20: 17fffff7 b e11fefc <tee_do_cipher_update+0xa8> 49614 e11ff50: 17fffff1 b e11ff14 <tee_do_cipher_update+0xc0> [all …]
|
A D | tee.map | 22552 .text.tee_do_cipher_update 22554 0x000000000e11fe54 tee_do_cipher_update
|
Completed in 218 milliseconds