Searched refs:crypto_contiguous_subsegment (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/crypto/via/ |
H A D | padlock_cipher.c | 168 addr = crypto_contiguous_subsegment(crp, crp->crp_payload_start, in padlock_cipher_alloc()
|
/freebsd-src/sys/crypto/armv8/ |
H A D | armv8_crypto.c | 288 addr = crypto_contiguous_subsegment(crp, start, length); in armv8_crypto_cipher_alloc()
|
/freebsd-src/sys/opencrypto/ |
H A D | cryptodev.h | 668 void *crypto_contiguous_subsegment(struct cryptop *crp, size_t skip,
|
H A D | criov.c | 854 crypto_contiguous_subsegment(struct cryptop *crp, size_t skip, size_t len) in crypto_contiguous_subsegment() function
|
/freebsd-src/sys/crypto/aesni/ |
H A D | aesni.c | 329 addr = crypto_contiguous_subsegment(crp, start, length); in aesni_cipher_alloc()
|