Home
last modified time | relevance | path

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

/netbsd/sys/opencrypto/
H A Dcryptosoft.c67 (x) == CRYPTO_BUF_MBUF ? m_copyback((struct mbuf *)a,b,c,d) \
70 (x) == CRYPTO_BUF_MBUF ? m_copydata((struct mbuf *)a,b,c,d) \
180 } else if (outtype == CRYPTO_BUF_MBUF) { in swcr_encdec()
484 case CRYPTO_BUF_MBUF: in swcr_authcompute()
546 case CRYPTO_BUF_MBUF: in swcr_authcompute()
688 if (outtype == CRYPTO_BUF_MBUF) in swcr_combined()
746 if (outtype == CRYPTO_BUF_MBUF) { in swcr_compdec()
1164 type = CRYPTO_BUF_MBUF; in swcr_process()
H A Dcryptodev.h530 #define CRYPTO_BUF_MBUF 0x2 macro
/netbsd/sys/arch/x86/x86/
H A Dvia_padlock.c363 type = CRYPTO_BUF_MBUF; in via_padlock_crypto_swauth()