Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcriov.c826 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment() function
856 return (crypto_buffer_contiguous_subsegment(&crp->crp_buf, skip, len)); in crypto_contiguous_subsegment()
H A Dcryptodev.h673 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
/freebsd/sys/crypto/aesni/
H A Daesni.c654 outbuf = crypto_buffer_contiguous_subsegment(&crp->crp_obuf, in aesni_cipher_crypt()