Searched refs:attr_mask (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
| H A D | kernelAttributeUtil.c | 1006 uint64_t attr_mask = PUBLIC_KEY_DEFAULT; local 1085 attr_mask |= DERIVE_BOOL_ON; 1090 attr_mask |= ENCRYPT_BOOL_ON; 1092 attr_mask &= ~ENCRYPT_BOOL_ON; 1097 attr_mask |= VERIFY_BOOL_ON; 1099 attr_mask &= ~VERIFY_BOOL_ON; 1104 attr_mask |= VERIFY_RECOVER_BOOL_ON; 1106 attr_mask &= ~VERIFY_RECOVER_BOOL_ON; 1111 attr_mask |= WRAP_BOOL_ON; 1116 attr_mask | 1373 uint64_t attr_mask = PRIVATE_KEY_DEFAULT; local 1847 uint64_t attr_mask = SECRET_KEY_DEFAULT; local 3705 uint64_t attr_mask; local [all...] |
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| H A D | softAttributeUtil.c | 1290 uint64_t attr_mask = PUBLIC_KEY_DEFAULT; local 1375 attr_mask |= DERIVE_BOOL_ON; 1380 attr_mask |= ENCRYPT_BOOL_ON; 1382 attr_mask &= ~ENCRYPT_BOOL_ON; 1387 attr_mask |= VERIFY_BOOL_ON; 1389 attr_mask &= ~VERIFY_BOOL_ON; 1394 attr_mask |= VERIFY_RECOVER_BOOL_ON; 1396 attr_mask &= ~VERIFY_RECOVER_BOOL_ON; 1401 attr_mask |= WRAP_BOOL_ON; 1403 attr_mask 1855 uint64_t attr_mask = PRIVATE_KEY_DEFAULT; local 2525 uint64_t attr_mask = SECRET_KEY_DEFAULT; local 3403 uint64_t attr_mask = 0; local 6490 uint64_t attr_mask; local [all...] |
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
| H A D | sol_kverbs.c | 1539 "qp_type: %d, attr_mask: 0x%x => invalid state(1)", 1549 "qp_type: %d, attr_mask: 0x%x => invalid state(2)", 1557 "qp_type: %d, attr_mask: 0x%x => state is not valid", 1568 "qp_type: %d, attr_mask: 0x%x => " 1577 "qp_type: %d, attr_mask: 0x%x => " 1639 ib_modify_qp(struct ib_qp *qp, struct ib_qp_attr *attr, int attr_mask) argument 1677 "ib_modify_qp: qp: 0x%p, attr: 0x%p, attr_mask: 0x%x => " 1678 "ibt_query_qp failed w/ 0x%x", qp, attr, attr_mask, rtn); 1683 cur_state = attr_mask & IB_QP_CUR_STATE ? attr->cur_qp_state : 1685 new_state = attr_mask [all...] |
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
| H A D | sol_uverbs_qp.c | 994 if (cmd->attr_mask & IB_QP_STATE) { 1066 if (cmd->attr_mask & IB_QP_PKEY_INDEX) { 1076 if (cmd->attr_mask & IB_QP_AV) { 1085 if (cmd->attr_mask & IB_QP_TIMEOUT) { 1091 if (cmd->attr_mask & IB_QP_PORT) { 1100 if (cmd->attr_mask & IB_QP_QKEY) { 1110 if (cmd->attr_mask & IB_QP_PATH_MTU) { 1119 if (cmd->attr_mask & IB_QP_RETRY_CNT) { 1126 if (cmd->attr_mask & IB_QP_RNR_RETRY) { 1133 if (cmd->attr_mask [all...] |
| /illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
| H A D | ib_user_verbs.h | 507 uint32_t attr_mask; member in struct:ib_uverbs_query_qp 549 uint32_t attr_mask; member in struct:ib_uverbs_modify_qp 730 uint32_t attr_mask; member in struct:ib_uverbs_modify_srq
|
Completed in 108 milliseconds