Searched refs:crypto_cipher_update (Results 1 – 11 of 11) sorted by relevance
/optee_os/core/tee/ |
A D | tee_fs_key_manager.c | 118 res = crypto_cipher_update(ctx, mode, true, in_key, size, dst_key); in tee_fs_fek_crypt() 193 res = crypto_cipher_update(ctx, TEE_MODE_ENCRYPT, true, in, in aes_ecb() 263 res = crypto_cipher_update(ctx, mode, true, in, size, out); in tee_fs_crypt_block()
|
A D | tee_cryp_utl.c | 151 return crypto_cipher_update(ctx, mode, last_block, data, len, dst); in tee_do_cipher_update()
|
/optee_os/core/crypto/ |
A D | cbc-mac.c | 74 res = crypto_cipher_update(mc->cbc_ctx, TEE_MODE_ENCRYPT, in crypto_cbc_mac_update() 101 res = crypto_cipher_update(mc->cbc_ctx, TEE_MODE_ENCRYPT, in crypto_cbc_mac_update()
|
A D | rng_fortuna.c | 321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
|
A D | crypto.c | 189 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode __unused, in crypto_cipher_update() function
|
/optee_os/core/drivers/crypto/se050/glue/ |
A D | user.c | 73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
|
/optee_os/core/pta/tests/ |
A D | aes_perf.c | 127 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 43 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 949 000000000e10e53c 000000000000005c T crypto_cipher_update
|
A D | tee.dmp | 2448 000000000e10e53c g F .text 000000000000005c crypto_cipher_update 22389 000000000e10e53c <crypto_cipher_update>: 22390 crypto_cipher_update(): 25060 e110048: 97fff93d bl e10e53c <crypto_cipher_update> 26045 e110a04: 97fff6ce bl e10e53c <crypto_cipher_update> 26098 e110a90: 97fff6ab bl e10e53c <crypto_cipher_update> 48209 e11efe8: 17ffbd55 b e10e53c <crypto_cipher_update> 49613 e11ff4c: 97ffb97c bl e10e53c <crypto_cipher_update> 62871 e128c34: 97ff9642 bl e10e53c <crypto_cipher_update>
|
A D | tee.map | 21450 .text.crypto_cipher_update 21452 0x000000000e10e53c crypto_cipher_update
|
Completed in 205 milliseconds