Home
last modified time | relevance | path

Searched refs:crypto_buffer_len (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/opencrypto/
H A Dcrypto.c1264 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len() function
1329 ilen = crypto_buffer_len(&crp->crp_buf); in crp_sanity()
1336 olen = crypto_buffer_len(out); in crp_sanity()
H A Dcryptodev.h730 size_t crypto_buffer_len(struct crypto_buffer *cb);
/freebsd-13.1/sys/dev/sec/
H A Dsec.c1253 if (crypto_buffer_len(&crp->crp_buf) > SEC_MAX_DMA_BLOCK_SIZE) { in sec_process()
/freebsd-13.1/sys/dev/cesa/
H A Dcesa.c1716 if (crypto_buffer_len(&crp->crp_buf) > CESA_MAX_REQUEST_SIZE) { in cesa_process()
/freebsd-13.1/sys/dev/safe/
H A Dsafe.c983 re->re_src_mapsize = crypto_buffer_len(&crp->crp_buf); in safe_process()
/freebsd-13.1/sys/dev/qat/
H A Dqat.c2171 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > QAT_MAXLEN)) { in qat_process()
/freebsd-13.1/share/man/man9/
H A DMakefile927 crypto_buffer.9 crypto_buffer_len.9 \
/freebsd-13.1/sys/dev/hifn/
H A Dhifn7751.c1818 cmd->src_mapsize = crypto_buffer_len(&crp->crp_buf); in hifn_crypto()
/freebsd-13.1/sys/dev/safexcel/
H A Dsafexcel.c2537 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > in safexcel_process()