Home
last modified time | relevance | path

Searched defs:free_ctx (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/crypto/
H A Dcrypto_impl.h27 void (*free_ctx)(struct crypto_hash_ctx *ctx); member
130 void (*free_ctx)(struct crypto_mac_ctx *ctx); member
243 void (*free_ctx)(struct crypto_cipher_ctx *ctx); member
348 void (*free_ctx)(struct crypto_authenc_ctx *ctx); member
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h51 void (*free_ctx)(void *ctx); member
H A Ddrvcrypt_authenc.h72 void (*free_ctx)(void *ctx); member
/optee_os/core/pta/tests/
H A Daes_perf.c42 static void free_ctx(void **ctx, uint32_t algo) in free_ctx() function