Home
last modified time | relevance | path

Searched refs:crypto_cursor_segment (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/crypto/openssl/
H A Dossl_chacha20.c68 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
74 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
112 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20()
119 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
196 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
202 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
241 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_encrypt()
248 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
365 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_decrypt()
371 outseg = crypto_cursor_segment(&cc_out, &outlen); in ossl_chacha20_poly1305_decrypt()
[all …]
/freebsd-13.1/sys/opencrypto/
H A Dcryptosoft.c159 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
165 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()
229 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
258 inblk = crypto_cursor_segment(&cc_in, &inlen); in swcr_encdec()
415 inblk = crypto_cursor_segment(&cc, &len); in swcr_gmac()
515 inblk = crypto_cursor_segment(&cc_in, &len); in swcr_gcm()
547 inblk = crypto_cursor_segment(&cc_in, &len); in swcr_gcm()
607 inblk = crypto_cursor_segment(&cc_in, &len); in swcr_gcm()
833 inblk = crypto_cursor_segment(&cc_in, &len); in swcr_ccm()
898 inblk = crypto_cursor_segment(&cc_in, &len); in swcr_ccm()
[all …]
H A Dcriov.c404 crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len) in crypto_cursor_segment() function
441 return (crypto_cursor_segment(cc, &len)); in crypto_cursor_segbase()
449 crypto_cursor_segment(cc, &len); in crypto_cursor_seglen()
H A Dcryptodev.h734 void *crypto_cursor_segment(struct crypto_buffer_cursor *cc, size_t *len);
/freebsd-13.1/share/man/man9/
H A DMakefile936 crypto_buffer.9 crypto_cursor_segment.9 \