Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c1206 crypto_buffer_len(struct crypto_buffer *cb) in crypto_buffer_len() function
1271 ilen = crypto_buffer_len(&crp->crp_buf); in crp_sanity()
1278 olen = crypto_buffer_len(out); in crp_sanity()
H A Dcryptodev.h675 size_t crypto_buffer_len(struct crypto_buffer *cb);
/freebsd/sys/dev/sec/
H A Dsec.c1249 if (crypto_buffer_len(&crp->crp_buf) > SEC_MAX_DMA_BLOCK_SIZE) { in sec_process()
/freebsd/sys/dev/cesa/
H A Dcesa.c1690 if (crypto_buffer_len(&crp->crp_buf) > CESA_MAX_REQUEST_SIZE) { in cesa_process()
/freebsd/sys/dev/safe/
H A Dsafe.c978 re->re_src_mapsize = crypto_buffer_len(&crp->crp_buf); in safe_process()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c2144 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > QAT_MAXLEN)) { in qat_process()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c2531 if (__predict_false(crypto_buffer_len(&crp->crp_buf) > in safexcel_process()
/freebsd/sys/dev/hifn/
H A Dhifn7751.c1814 cmd->src_mapsize = crypto_buffer_len(&crp->crp_buf); in hifn_crypto()
/freebsd/share/man/man9/
H A DMakefile972 crypto_buffer.9 crypto_buffer_len.9 \