Searched refs:ksch (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl.c | 118 aes_key_t *ksch = (aes_key_t *)ks; in aes_encrypt_block() local 119 const aes_impl_ops_t *ops = ksch->ops; in aes_encrypt_block() 123 ops->encrypt(&ksch->encr_ks.ks32[0], ksch->nr, in aes_encrypt_block() 138 ops->encrypt(&ksch->encr_ks.ks32[0], ksch->nr, buffer, buffer); in aes_encrypt_block() 165 aes_key_t *ksch = (aes_key_t *)ks; in aes_decrypt_block() local 166 const aes_impl_ops_t *ops = ksch->ops; in aes_decrypt_block() 170 ops->decrypt(&ksch->decr_ks.ks32[0], ksch->nr, in aes_decrypt_block() 185 ops->decrypt(&ksch->decr_ks.ks32[0], ksch->nr, buffer, buffer); in aes_decrypt_block()
|