Lines Matching refs:OP_PCLID_SHIFT
441 #define OP_PCLID_SHIFT 16 macro
445 #define OP_PCLID_IKEV1_PRF (0x01 << OP_PCLID_SHIFT)
446 #define OP_PCLID_IKEV2_PRF (0x02 << OP_PCLID_SHIFT)
447 #define OP_PCLID_SSL30_PRF (0x08 << OP_PCLID_SHIFT)
448 #define OP_PCLID_TLS10_PRF (0x09 << OP_PCLID_SHIFT)
449 #define OP_PCLID_TLS11_PRF (0x0a << OP_PCLID_SHIFT)
450 #define OP_PCLID_DTLS10_PRF (0x0c << OP_PCLID_SHIFT)
451 #define OP_PCLID_PRF (0x06 << OP_PCLID_SHIFT)
452 #define OP_PCLID_BLOB (0x0d << OP_PCLID_SHIFT)
453 #define OP_PCLID_SECRETKEY (0x11 << OP_PCLID_SHIFT)
454 #define OP_PCLID_PUBLICKEYPAIR (0x14 << OP_PCLID_SHIFT)
455 #define OP_PCLID_DSASIGN (0x15 << OP_PCLID_SHIFT)
456 #define OP_PCLID_DSAVERIFY (0x16 << OP_PCLID_SHIFT)
459 #define OP_PCLID_IPSEC (0x01 << OP_PCLID_SHIFT)
460 #define OP_PCLID_SRTP (0x02 << OP_PCLID_SHIFT)
461 #define OP_PCLID_MACSEC (0x03 << OP_PCLID_SHIFT)
462 #define OP_PCLID_WIFI (0x04 << OP_PCLID_SHIFT)
463 #define OP_PCLID_WIMAX (0x05 << OP_PCLID_SHIFT)
464 #define OP_PCLID_SSL30 (0x08 << OP_PCLID_SHIFT)
465 #define OP_PCLID_TLS10 (0x09 << OP_PCLID_SHIFT)
466 #define OP_PCLID_TLS11 (0x0a << OP_PCLID_SHIFT)
467 #define OP_PCLID_TLS12 (0x0b << OP_PCLID_SHIFT)
468 #define OP_PCLID_DTLS (0x0c << OP_PCLID_SHIFT)