Home
last modified time | relevance | path

Searched refs:authenc_init (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c75 static TEE_Result authenc_init(struct crypto_authenc_ctx *ctx, in authenc_init() function
295 .init = authenc_init,
/optee_os-3.20.0/core/tee/
A Dfs_htree.c438 static TEE_Result authenc_init(void **ctx_ret, TEE_OperationMode mode, in authenc_init() function
554 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, NULL, sizeof(ht->imeta)); in verify_root()
749 res = authenc_init(&ctx, TEE_MODE_ENCRYPT, ht, NULL, sizeof(ht->imeta)); in update_root()
838 res = authenc_init(&ctx, TEE_MODE_ENCRYPT, ht, &node->node, in tee_fs_htree_write_block()
894 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, &node->node, in tee_fs_htree_read_block()

Completed in 7 milliseconds