Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c162 static int aes_free_context(crypto_ctx_t *);
166 .free_context = aes_free_context
500 (void) aes_free_context(ctx); in aes_encrypt()
614 (void) aes_free_context(ctx); in aes_decrypt()
824 (void) aes_free_context(ctx); in aes_encrypt_final()
927 (void) aes_free_context(ctx); in aes_decrypt_final()
1279 aes_free_context(crypto_ctx_t *ctx) in aes_free_context() function