Searched refs:crypto_buffer_cursor (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/opencrypto/ |
| H A D | cryptodev.h | 429 struct crypto_buffer_cursor { struct 731 void crypto_cursor_init(struct crypto_buffer_cursor *cc, 733 void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount); 734 void *crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len); 735 void *crypto_cursor_segbase(struct crypto_buffer_cursor *cc); 736 size_t crypto_cursor_seglen(struct crypto_buffer_cursor *cc); 737 void crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size, 739 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, 741 void crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size,
|
| H A D | criov.c | 302 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init() 335 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance() 404 crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len) in crypto_cursor_segment() 437 crypto_cursor_segbase(struct crypto_buffer_cursor *cc) in crypto_cursor_segbase() 445 crypto_cursor_seglen(struct crypto_buffer_cursor *cc) in crypto_cursor_seglen() 454 crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copyback() 543 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata() 636 crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copydata_noadv() 639 struct crypto_buffer_cursor copy; in crypto_cursor_copydata_noadv()
|
| H A D | cryptosoft.c | 113 struct crypto_buffer_cursor cc_in, cc_out; in swcr_encdec() 390 struct crypto_buffer_cursor cc; in swcr_gmac() 466 struct crypto_buffer_cursor cc_in, cc_out; in swcr_gcm() 756 struct crypto_buffer_cursor cc_in, cc_out; in swcr_ccm() 936 struct crypto_buffer_cursor cc_in, cc_out; in swcr_chacha20_poly1305()
|
| /freebsd-13.1/sys/crypto/openssl/ |
| H A D | ossl_chacha20.c | 48 struct crypto_buffer_cursor cc_in, cc_out; in ossl_chacha20() 150 struct crypto_buffer_cursor cc_in, cc_out; in ossl_chacha20_poly1305_encrypt() 296 struct crypto_buffer_cursor cc_in, cc_out; in ossl_chacha20_poly1305_decrypt()
|