Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcrypto.c1213 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len() function
1278 ilen = crypto_buffer_len(&crp->crp_buf); in crp_sanity()
1285 olen = crypto_buffer_len(out); in crp_sanity()
H A Dcryptodev.h675 size_t crypto_buffer_len(struct crypto_buffer *cb);
/freebsd-14.2/sys/dev/qat/qat/
H A Dqat_ocf.c816 if (crypto_buffer_len(&crp->crp_buf) > QAT_OCF_MAX_LEN) in qat_ocf_check_input()
/freebsd-14.2/sys/dev/sec/
H A Dsec.c1250 if (crypto_buffer_len(&crp->crp_buf) > SEC_MAX_DMA_BLOCK_SIZE) { in sec_process()
/freebsd-14.2/sys/dev/cesa/
H A Dcesa.c1711 if (crypto_buffer_len(&crp->crp_buf) > CESA_MAX_REQUEST_SIZE) { in cesa_process()
/freebsd-14.2/sys/dev/safe/
H A Dsafe.c979 re->re_src_mapsize = crypto_buffer_len(&crp->crp_buf); in safe_process()
/freebsd-14.2/sys/dev/qat_c2xxx/
H A Dqat.c2144 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > QAT_MAXLEN)) { in qat_process()
/freebsd-14.2/sys/dev/safexcel/
H A Dsafexcel.c2532 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > in safexcel_process()
/freebsd-14.2/sys/dev/hifn/
H A Dhifn7751.c1816 cmd->src_mapsize = crypto_buffer_len(&crp->crp_buf); in hifn_crypto()
/freebsd-14.2/share/man/man9/
H A DMakefile942 crypto_buffer.9 crypto_buffer_len.9 \