Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h420 struct crypto_buffer_cursor { struct
703 void crypto_cursor_init(struct crypto_buffer_cursor *cc,
705 void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount);
706 void *crypto_cursor_segbase(struct crypto_buffer_cursor *cc);
707 size_t crypto_cursor_seglen(struct crypto_buffer_cursor *cc);
708 void crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size,
710 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size,
712 void crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size,
H A Dcriov.c243 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init()
275 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance()
340 crypto_cursor_segbase(struct crypto_buffer_cursor *cc) in crypto_cursor_segbase()
365 crypto_cursor_seglen(struct crypto_buffer_cursor *cc) in crypto_cursor_seglen()
387 crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copyback()
469 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata()
555 crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copydata_noadv()
558 struct crypto_buffer_cursor copy; in crypto_cursor_copydata_noadv()
H A Dcryptosoft.c109 struct crypto_buffer_cursor cc_in, cc_out; in swcr_encdec()
394 struct crypto_buffer_cursor cc; in swcr_gmac()
471 struct crypto_buffer_cursor cc_in, cc_out; in swcr_gcm()
709 struct crypto_buffer_cursor cc_in, cc_out; in swcr_ccm()