HomeSort by: relevance | last modified time | path
    Searched defs:crypto (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
networking.h 24 #include "crypto.h"
71 u_int32 crypto; /* peer status word */ member in struct:speer
networking.h 24 #include "crypto.h"
71 u_int32 crypto; /* peer status word */ member in struct:speer
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 1616 // Keep track of which crypto features we have seen
1618 uint32_t crypto = 0; local
1639 // We need to check crypto separately since we need all of the crypto
1642 crypto |= CAP_AES;
1644 crypto |= CAP_PMULL;
1646 crypto |= CAP_SHA1;
1648 crypto |= CAP_SHA2;
1656 // If we have all crypto bits we can add the feature
1657 if (crypto == (CAP_AES | CAP_PMULL | CAP_SHA1 | CAP_SHA2)
    [all...]
Host.cpp 1616 // Keep track of which crypto features we have seen
1618 uint32_t crypto = 0; local
1639 // We need to check crypto separately since we need all of the crypto
1642 crypto |= CAP_AES;
1644 crypto |= CAP_PMULL;
1646 crypto |= CAP_SHA1;
1648 crypto |= CAP_SHA2;
1656 // If we have all crypto bits we can add the feature
1657 if (crypto == (CAP_AES | CAP_PMULL | CAP_SHA1 | CAP_SHA2)
    [all...]
  /src/sys/dev/pci/qat/
qat_hw17reg.h 144 } crypto; member in union:fw_init_admin_capability_resp::__anon3520
375 * Please use service-specific command Id here e.g.Crypto Command Id
390 * e.g. Symmetric Crypto Command Flags */
906 * | Flags | Crypto | Pke | Cmp | Xlat | EOLB | UnSupReq | Rsvd | XltWaApply |
910 * Eg. Crypto Status bit refers to Symmetric Crypto, Key Generation, and NRBG
916 /* Starting bit position indicating Response for Crypto service Flag */
919 /* One bit mask used to determine Crypto status mask */
963 * crypto Value of the Crypto Service status fla
    [all...]
qat_hw17reg.h 144 } crypto; member in union:fw_init_admin_capability_resp::__anon3520
375 * Please use service-specific command Id here e.g.Crypto Command Id
390 * e.g. Symmetric Crypto Command Flags */
906 * | Flags | Crypto | Pke | Cmp | Xlat | EOLB | UnSupReq | Rsvd | XltWaApply |
910 * Eg. Crypto Status bit refers to Symmetric Crypto, Key Generation, and NRBG
916 /* Starting bit position indicating Response for Crypto service Flag */
919 /* One bit mask used to determine Crypto status mask */
963 * crypto Value of the Crypto Service status fla
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp.h 239 #define TEST9 0x0100 /* bad crypto */
317 u_int32 crypto; /* peer status word */ member in struct:peer
409 u_long badNAK; /* invalid crypto-NAK */
644 #define CRPT_EVENT 0x100 /* this is a crypto event */
ntp.h 239 #define TEST9 0x0100 /* bad crypto */
317 u_int32 crypto; /* peer status word */ member in struct:peer
409 u_long badNAK; /* invalid crypto-NAK */
644 #define CRPT_EVENT 0x100 /* this is a crypto event */

Completed in 78 milliseconds