Searched refs:crypto_authenc_init (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/tee/ |
A D | tee_ta_enc_manager.c | 27 res = crypto_authenc_init(*enc_ctx, TEE_MODE_DECRYPT, key, sizeof(key), in tee_ta_decrypt_init()
|
A D | tadb.c | 290 res = crypto_authenc_init(ctx, mode, entry->key, sizeof(entry->key), in tadb_authenc_init()
|
A D | fs_htree.c | 466 res = crypto_authenc_init(ctx, mode, ht->fek, TEE_FS_HTREE_FEK_SIZE, iv, in authenc_init()
|
A D | tee_svc_cryp.c | 3243 res = crypto_authenc_init(cs->ctx, cs->mode, (uint8_t *)(key + 1), in syscall_authenc_init()
|
/optee_os/core/pta/tests/ |
A D | aes_perf.c | 102 res = crypto_authenc_init(*ctx, mode, aes_key, key_len, aes_iv, in init_ctx()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 61 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode,
|
/optee_os/core/crypto/ |
A D | crypto.c | 375 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode, in crypto_authenc_init() function
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 778 000000000e10e978 000000000000007c T crypto_authenc_init
|
A D | tee.dmp | 1900 000000000e10e978 g F .text 000000000000007c crypto_authenc_init 22800 000000000e10e978 <crypto_authenc_init>: 22801 crypto_authenc_init(): 48331 e11f120: 97ffbe16 bl e10e978 <crypto_authenc_init> 57347 e12503c: 97ffa64f bl e10e978 <crypto_authenc_init> 60712 e12759c: 97ff9cf7 bl e10e978 <crypto_authenc_init> 62609 e128970: 97ff9802 bl e10e978 <crypto_authenc_init> 65753 e12aac8: 97ff8fac bl e10e978 <crypto_authenc_init>
|
A D | tee.map | 21480 .text.crypto_authenc_init 21482 0x000000000e10e978 crypto_authenc_init
|
Completed in 202 milliseconds