Home
last modified time | relevance | path

Searched refs:crypto_authenc_init (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/tee/
H A Dtee_ta_enc_manager.c27 res = crypto_authenc_init(*enc_ctx, TEE_MODE_DECRYPT, key, sizeof(key), in tee_ta_decrypt_init()
H A Dtadb.c290 res = crypto_authenc_init(ctx, mode, entry->key, sizeof(entry->key), in tadb_authenc_init()
H A Dfs_htree.c480 res = crypto_authenc_init(ctx, mode, ht->fek, TEE_FS_HTREE_FEK_SIZE, iv, in authenc_init()
H A Dtee_svc_cryp.c4110 res = crypto_authenc_init(cs->ctx, cs->mode, (uint8_t *)(key + 1), in syscall_authenc_init()
/optee_os/core/drivers/
H A Dstm32mp15_huk.c110 ret = crypto_authenc_init(ctx, TEE_MODE_ENCRYPT, key, key_len, nonce, in aes_gcm_encrypt_uid()
/optee_os/core/pta/tests/
H A Daes_perf.c101 res = crypto_authenc_init(*ctx, mode, aes_key, key_len, aes_iv, in init_ctx()
/optee_os/core/include/crypto/
H A Dcrypto.h62 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode,
/optee_os/core/crypto/
H A Dcrypto.c407 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode, in crypto_authenc_init() function