Home
last modified time | relevance | path

Searched defs:fromc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c101 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_encrypt_cbc()
149 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_decrypt_cbc()
237 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_crypt_xts()
293 const void *tweak_schedule, size_t len, struct crypto_buffer_cursor *fromc, in armv8_aes_encrypt_xts()
304 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_decrypt_xts()
394 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_encrypt_gcm()
457 struct crypto_buffer_cursor *fromc, struct crypto_buffer_cursor *toc, in armv8_aes_decrypt_gcm()
H A Darmv8_crypto.c306 struct crypto_buffer_cursor fromc, toc; in armv8_crypto_cipher_process() local
/freebsd/sys/opencrypto/
H A Dcryptodev.h688 crypto_cursor_copy(const struct crypto_buffer_cursor *fromc, in crypto_cursor_copy()