Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcriov.c825 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment() function
855 return (crypto_buffer_contiguous_subsegment(&crp->crp_buf, skip, len)); in crypto_contiguous_subsegment()
H A Dcryptodev.h728 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
/freebsd-13.1/sys/crypto/armv8/
H A Darmv8_crypto.c420 outbuf = crypto_buffer_contiguous_subsegment(&crp->crp_obuf, in armv8_crypto_cipher_process()
/freebsd-13.1/sys/crypto/aesni/
H A Daesni.c735 outbuf = crypto_buffer_contiguous_subsegment(&crp->crp_obuf, in aesni_cipher_crypt()