Lines Matching refs:crypto_buffer
400 struct crypto_buffer { struct
474 struct crypto_buffer crp_buf;
475 struct crypto_buffer crp_obuf;
510 _crypto_use_buf(struct crypto_buffer *cb, void *buf, int len) in _crypto_use_buf()
518 _crypto_use_mbuf(struct crypto_buffer *cb, struct mbuf *m) in _crypto_use_mbuf()
525 _crypto_use_vmpage(struct crypto_buffer *cb, vm_page_t *pages, int len, in _crypto_use_vmpage()
535 _crypto_use_uio(struct crypto_buffer *cb, struct uio *uio) in _crypto_use_uio()
698 int crypto_apply_buf(struct crypto_buffer *cb, int off, int len,
700 void *crypto_buffer_contiguous_subsegment(struct crypto_buffer *cb,
702 size_t crypto_buffer_len(struct crypto_buffer *cb);
704 const struct crypto_buffer *cb);