Searched refs:authenc_init (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/authenc/ |
| H A D | authenc.c | 75 static TEE_Result authenc_init(struct crypto_authenc_ctx *ctx, in authenc_init() function 295 .init = authenc_init,
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 442 static TEE_Result authenc_init(void **ctx_ret, TEE_OperationMode mode, in authenc_init() function 573 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, NULL, sizeof(ht->imeta)); in verify_root() 803 res = authenc_init(&ctx, TEE_MODE_ENCRYPT, ht, NULL, sizeof(ht->imeta)); in update_root() 894 res = authenc_init(&ctx, TEE_MODE_ENCRYPT, ht, &node->node, in tee_fs_htree_write_block() 950 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, &node->node, in tee_fs_htree_read_block()
|