Searched refs:crypto_authenc_init (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/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 | 3728 res = crypto_authenc_init(cs->ctx, cs->mode, (uint8_t *)(key + 1), in syscall_authenc_init()
|
/optee_os-3.20.0/core/drivers/ |
A D | stm32mp15_huk.c | 105 ret = crypto_authenc_init(ctx, TEE_MODE_ENCRYPT, key, key_len, nonce, in aes_gcm_encrypt_uid()
|
/optee_os-3.20.0/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-3.20.0/core/include/crypto/ |
A D | crypto.h | 62 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode,
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 378 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode, in crypto_authenc_init() function
|
Completed in 18 milliseconds