Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_aes.c82 const unsigned char *in, *inseg; in ossl_aes_cbc() local
119 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc()
134 in = inseg; in ossl_aes_cbc()
157 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_cbc()
160 inseg += seglen; in ossl_aes_cbc()
179 const unsigned char *inseg; in ossl_aes_gcm() local
215 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm()
217 if (ctx.ops->aad(&ctx, inseg, seglen) != 0) in ossl_aes_gcm()
233 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_aes_gcm()
238 if (ctx.ops->encrypt(&ctx, inseg, outseg, seglen) != 0) in ossl_aes_gcm()
[all …]
H A Dossl_chacha20.c63 const unsigned char *in, *inseg, *cipher_key; in ossl_chacha20() local
82 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
95 in = inseg; in ossl_chacha20()
133 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20()
136 inseg += todo; in ossl_chacha20()
165 const unsigned char *in, *inseg, *cipher_key; in ossl_chacha20_poly1305_encrypt() local
210 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
223 in = inseg; in ossl_chacha20_poly1305_encrypt()
262 inseg = crypto_cursor_segment(&cc_in, &inlen); in ossl_chacha20_poly1305_encrypt()
265 inseg += todo; in ossl_chacha20_poly1305_encrypt()
[all …]
/freebsd/contrib/ofed/libmlx5/
H A Dwqe.h137 union mlx5_wqe_umr_inline_seg inseg[0]; member