Home
last modified time | relevance | path

Searched refs:crypto_cipher_init (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/tee/
A Dtee_fs_key_manager.c114 res = crypto_cipher_init(ctx, mode, tsk, sizeof(tsk), NULL, 0, NULL, 0); in tee_fs_fek_crypt()
188 res = crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, key, in aes_ecb()
259 res = crypto_cipher_init(ctx, mode, fek, sizeof(fek), NULL, in tee_fs_crypt_block()
A Dtee_svc_cryp.c2570 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init()
2575 res = crypto_cipher_init(cs->ctx, cs->mode, in syscall_cipher_init()
/optee_os/core/crypto/
A Daes-cts.c59 res = crypto_cipher_init(c->ecb, mode, key1, key1_len, key2, key2_len, in cts_init()
64 return crypto_cipher_init(c->cbc, mode, key1, key1_len, key2, key2_len, in cts_init()
A Drng_fortuna.c112 return crypto_cipher_init(ctx, TEE_MODE_ENCRYPT, in cipher_init()
467 res = crypto_cipher_init(state.ctx, TEE_MODE_ENCRYPT, in maybe_reseed()
A Dcbc-mac.c53 return crypto_cipher_init(mc->cbc_ctx, TEE_MODE_ENCRYPT, key, len, in crypto_cbc_mac_init()
A Dcrypto.c177 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode, in crypto_cipher_init() function
/optee_os/core/drivers/crypto/se050/glue/
A Duser.c70 if (crypto_cipher_init(cipher, mode, key, key_len, NULL, 0, iv, iv_len)) in glue_cipher_one_go()
/optee_os/core/pta/tests/
A Daes_perf.c98 res = crypto_cipher_init(*ctx, mode, aes_key, key_len, key2, in init_ctx()
/optee_os/core/include/crypto/
A Dcrypto.h39 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode,
/optee_os/out/arm/core/
A Dtee.symb_sizes701 000000000e10e4b0 000000000000008c T crypto_cipher_init
A Dtee.dmp22343 000000000e10e4b0 <crypto_cipher_init>:
22344 crypto_cipher_init():
25287 e11028c: 97fff889 bl e10e4b0 <crypto_cipher_init>
25640 e1105ec: 97fff7b1 bl e10e4b0 <crypto_cipher_init>
25765 e110718: 97fff766 bl e10e4b0 <crypto_cipher_init>
26301 e110cd0: 17fff5f8 b e10e4b0 <crypto_cipher_init>
26704 e111118: 97fff4e6 bl e10e4b0 <crypto_cipher_init>
26723 e111154: 17fff4d7 b e10e4b0 <crypto_cipher_init>
48389 e11f1cc: 97ffbcb9 bl e10e4b0 <crypto_cipher_init>
56348 e1245dc: 97ffa7b5 bl e10e4b0 <crypto_cipher_init>
[all …]
A Dtee.map21447 .text.crypto_cipher_init
21449 0x000000000e10e4b0 crypto_cipher_init

Completed in 208 milliseconds