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 | 117 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()
|