Searched refs:aes_common_init_ctx (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 107 static int aes_common_init_ctx(aes_ctx_t *, crypto_spi_ctx_template_t *, 363 rv = aes_common_init_ctx(aes_ctx, template, mechanism, key, kmflag, in aes_common_init() 967 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_encrypt_atomic() 1103 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_decrypt_atomic() 1299 aes_common_init_ctx(aes_ctx_t *aes_ctx, crypto_spi_ctx_template_t *template, in aes_common_init_ctx() function
|