Home
last modified time | relevance | path

Searched refs:crypto_cipher_update (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/tee/
A Dtee_fs_key_manager.c118 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 Dtee_cryp_utl.c151 return crypto_cipher_update(ctx, mode, last_block, data, len, dst); in tee_do_cipher_update()
/optee_os/core/crypto/
A Dcbc-mac.c74 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 Drng_fortuna.c321 TEE_Result res = crypto_cipher_update(state.ctx, in generate_blocks()
A Dcrypto.c189 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode __unused, in crypto_cipher_update() function
/optee_os/core/drivers/crypto/se050/glue/
A Duser.c73 if (crypto_cipher_update(cipher, 0, true, src, len, dst)) in glue_cipher_one_go()
/optee_os/core/pta/tests/
A Daes_perf.c127 return crypto_cipher_update(ctx, mode, false, src, len, dst); in update_cipher()
/optee_os/core/include/crypto/
A Dcrypto.h43 TEE_Result crypto_cipher_update(void *ctx, TEE_OperationMode mode,
/optee_os/out/arm/core/
A Dtee.symb_sizes949 000000000e10e53c 000000000000005c T crypto_cipher_update
A Dtee.dmp2448 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 Dtee.map21450 .text.crypto_cipher_update
21452 0x000000000e10e53c crypto_cipher_update

Completed in 205 milliseconds