Home
last modified time | relevance | path

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

/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c49 struct blocks8 { struct
77 struct blocks8 *blks; in aesni_decrypt_cbc()
84 blks = (struct blocks8 *)buf; in aesni_decrypt_cbc()
112 struct blocks8 *top; in aesni_encrypt_ecb()
113 const struct blocks8 *blks; in aesni_encrypt_ecb()
118 blks = (const struct blocks8 *)from; in aesni_encrypt_ecb()
119 top = (struct blocks8 *)to; in aesni_encrypt_ecb()
151 const struct blocks8 *blks; in aesni_decrypt_ecb()
152 struct blocks8 *top; in aesni_decrypt_ecb()
157 blks = (const struct blocks8 *)from; in aesni_decrypt_ecb()
[all …]