Searched refs:crypto_cipher_init (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/tee/ |
A D | tee_fs_key_manager.c | 114 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 D | tee_svc_cryp.c | 2570 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 D | aes-cts.c | 59 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 D | rng_fortuna.c | 112 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 D | cbc-mac.c | 53 return crypto_cipher_init(mc->cbc_ctx, TEE_MODE_ENCRYPT, key, len, in crypto_cbc_mac_init()
|
A D | crypto.c | 177 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode, in crypto_cipher_init() function
|
/optee_os/core/drivers/crypto/se050/glue/ |
A D | user.c | 70 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 D | aes_perf.c | 98 res = crypto_cipher_init(*ctx, mode, aes_key, key_len, key2, in init_ctx()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 39 TEE_Result crypto_cipher_init(void *ctx, TEE_OperationMode mode,
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 701 000000000e10e4b0 000000000000008c T crypto_cipher_init
|
A D | tee.dmp | 22343 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 D | tee.map | 21447 .text.crypto_cipher_init 21449 0x000000000e10e4b0 crypto_cipher_init
|
Completed in 208 milliseconds