HomeSort by: relevance | last modified time | path
    Searched refs:CRYPTO_BUF_MBUF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 67 (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) {
484 case CRYPTO_BUF_MBUF:
546 case CRYPTO_BUF_MBUF:
688 if (outtype == CRYPTO_BUF_MBUF)
746 if (outtype == CRYPTO_BUF_MBUF) {
1164 type = CRYPTO_BUF_MBUF;
cryptodev.h 530 #define CRYPTO_BUF_MBUF 0x2
  /src/sys/arch/x86/x86/
via_padlock.c 363 type = CRYPTO_BUF_MBUF;

Completed in 14 milliseconds