Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_ta_enc_manager.c27 res = crypto_authenc_init(*enc_ctx, TEE_MODE_DECRYPT, key, sizeof(key), in tee_ta_decrypt_init()
A Dtadb.c290 res = crypto_authenc_init(ctx, mode, entry->key, sizeof(entry->key), in tadb_authenc_init()
A Dfs_htree.c466 res = crypto_authenc_init(ctx, mode, ht->fek, TEE_FS_HTREE_FEK_SIZE, iv, in authenc_init()
A Dtee_svc_cryp.c3728 res = crypto_authenc_init(cs->ctx, cs->mode, (uint8_t *)(key + 1), in syscall_authenc_init()
/optee_os-3.20.0/core/drivers/
A Dstm32mp15_huk.c105 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 Daes_perf.c102 res = crypto_authenc_init(*ctx, mode, aes_key, key_len, aes_iv, in init_ctx()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h62 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode,
/optee_os-3.20.0/core/crypto/
A Dcrypto.c378 TEE_Result crypto_authenc_init(void *ctx, TEE_OperationMode mode, in crypto_authenc_init() function

Completed in 18 milliseconds