Lines Matching refs:OP_PCLID_SHIFT
424 #define OP_PCLID_SHIFT 16 macro
428 #define OP_PCLID_IKEV1_PRF (0x01 << OP_PCLID_SHIFT)
429 #define OP_PCLID_IKEV2_PRF (0x02 << OP_PCLID_SHIFT)
430 #define OP_PCLID_SSL30_PRF (0x08 << OP_PCLID_SHIFT)
431 #define OP_PCLID_TLS10_PRF (0x09 << OP_PCLID_SHIFT)
432 #define OP_PCLID_TLS11_PRF (0x0a << OP_PCLID_SHIFT)
433 #define OP_PCLID_DTLS10_PRF (0x0c << OP_PCLID_SHIFT)
434 #define OP_PCLID_PRF (0x06 << OP_PCLID_SHIFT)
435 #define OP_PCLID_BLOB (0x0d << OP_PCLID_SHIFT)
436 #define OP_PCLID_SECRETKEY (0x11 << OP_PCLID_SHIFT)
437 #define OP_PCLID_PUBLICKEYPAIR (0x14 << OP_PCLID_SHIFT)
438 #define OP_PCLID_DSASIGN (0x15 << OP_PCLID_SHIFT)
439 #define OP_PCLID_DSAVERIFY (0x16 << OP_PCLID_SHIFT)
442 #define OP_PCLID_IPSEC (0x01 << OP_PCLID_SHIFT)
443 #define OP_PCLID_SRTP (0x02 << OP_PCLID_SHIFT)
444 #define OP_PCLID_MACSEC (0x03 << OP_PCLID_SHIFT)
445 #define OP_PCLID_WIFI (0x04 << OP_PCLID_SHIFT)
446 #define OP_PCLID_WIMAX (0x05 << OP_PCLID_SHIFT)
447 #define OP_PCLID_SSL30 (0x08 << OP_PCLID_SHIFT)
448 #define OP_PCLID_TLS10 (0x09 << OP_PCLID_SHIFT)
449 #define OP_PCLID_TLS11 (0x0a << OP_PCLID_SHIFT)
450 #define OP_PCLID_TLS12 (0x0b << OP_PCLID_SHIFT)
451 #define OP_PCLID_DTLS (0x0c << OP_PCLID_SHIFT)