Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcriov.c739 crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb, size_t skip, in crypto_buffer_contiguous_subsegment() function
768 return (crypto_buffer_contiguous_subsegment(&crp->crp_buf, skip, len)); in crypto_contiguous_subsegment()
H A Dcryptodev.h700 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c420 outbuf = crypto_buffer_contiguous_subsegment(&crp->crp_obuf, in armv8_crypto_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c720 outbuf = crypto_buffer_contiguous_subsegment(&crp->crp_obuf, in aesni_cipher_crypt()