Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c117 aes_key_t *ksch = (aes_key_t *)ks; in aes_encrypt_block() local
118 const aes_impl_ops_t *ops = ksch->ops; in aes_encrypt_block()
122 ops->encrypt(&ksch->encr_ks.ks32[0], ksch->nr, in aes_encrypt_block()
137 ops->encrypt(&ksch->encr_ks.ks32[0], ksch->nr, buffer, buffer); in aes_encrypt_block()
164 aes_key_t *ksch = (aes_key_t *)ks; in aes_decrypt_block() local
165 const aes_impl_ops_t *ops = ksch->ops; in aes_decrypt_block()
169 ops->decrypt(&ksch->decr_ks.ks32[0], ksch->nr, in aes_decrypt_block()
184 ops->decrypt(&ksch->decr_ks.ks32[0], ksch->nr, buffer, buffer); in aes_decrypt_block()