Home
last modified time | relevance | path

Searched refs:drvcrypt_authenc_alloc_ctx (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/crypto/
H A Dcrypto_impl.h393 TEE_Result drvcrypt_authenc_alloc_ctx(struct crypto_authenc_ctx **ctx,
397 drvcrypt_authenc_alloc_ctx(struct crypto_authenc_ctx **ctx __unused, in drvcrypt_authenc_alloc_ctx() function
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c305 TEE_Result drvcrypt_authenc_alloc_ctx(struct crypto_authenc_ctx **ctx, in drvcrypt_authenc_alloc_ctx() function
/optee_os/core/crypto/
H A Dcrypto.c373 res = drvcrypt_authenc_alloc_ctx(&c, algo); in crypto_authenc_alloc_ctx()