Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c52 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *,
190 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_encrypt_atomic()
289 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_decrypt_atomic()
442 aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template, in aes_common_init_ctx() function