Searched refs:key_flags (Results 1 - 12 of 12) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/db/db/ |
| H A D | db_iface.c | 76 int key_einval, key_flags, ret; local 78 key_einval = key_flags = 0; 92 key_flags = 1; 96 key_einval = key_flags = 1; 108 key_einval = key_flags = 1; 146 int key_einval, key_flags, ret; local 148 key_einval = key_flags = 0; 176 key_einval = key_flags = 1; 183 if (key_flags && (ret = __dbt_ferr(dbp, "key", key, 0)) != 0)
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | db_scheme_c.x | 62 unsigned long key_flags; /* corresponds to tc_flags in table_col defn */
|
| H A D | db_scheme.cc | 80 descols[i].key_flags = srccols[i].key_flags; 150 scols[keynum].key_flags = zcols[i].tc_flags; 235 keys.keys_val[i].key_flags,
|
| H A D | db_index.cc | 111 if ((k->key_flags)&DB_KEY_CASE)
|
| /illumos-gate/usr/src/lib/pkcs11/include/ |
| H A D | cryptoki.h | 121 CK_KEY_TYPE key_type, CK_ULONG key_len, CK_FLAGS key_flags,
|
| /illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | pkcs11SUNWExtensions.c | 379 CK_KEY_TYPE key_type, CK_ULONG key_len, CK_FLAGS key_flags, 486 template[i].pValue = (key_flags & ((mapping[j]).flag)) ? 377 pkcs11_PasswdToPBKD2Object(CK_SESSION_HANDLE hSession, char *passphrase, size_t passphrase_len, void *salt, size_t salt_len, CK_ULONG iterations, CK_KEY_TYPE key_type, CK_ULONG key_len, CK_FLAGS key_flags, CK_OBJECT_HANDLE_PTR obj) argument
|
| /illumos-gate/usr/src/uts/common/io/wpi/ |
| H A D | wpireg.h | 403 uint16_t key_flags; member in struct:wpi_node
|
| H A D | wpi.c | 1436 node.key_flags = 0; 1439 node.key_flags = (1 << 14); 1443 node.key_flags |= (2 | (1 << 3) | (k->wk_keyix << 8));
|
| /illumos-gate/usr/src/uts/common/io/iwk/ |
| H A D | iwk2.c | 1876 node.key_flags = 0; 1881 node.key_flags = (1 << 14); 1888 sc->sc_ibss.ibss_node_tb[index1].node.key_flags |= 1890 sc->sc_ibss.ibss_node_tb[index1].node.key_flags = 1892 node.key_flags); 1917 node.key_flags = 0; 1920 node.key_flags = (1 << 14); 1924 node.key_flags |= (STA_KEY_FLG_CCMP | (1 << 3) | (k->wk_keyix << 8)); 1925 node.key_flags = LE_16(node.key_flags); [all...] |
| H A D | iwk_hw.h | 2950 uint16_t key_flags; member in struct:iwk_add_sta
|
| /illumos-gate/usr/src/uts/common/io/iwh/ |
| H A D | iwh_hw.h | 2292 uint16_t key_flags; member in struct:iwh_keyinfo
|
| /illumos-gate/usr/src/uts/common/io/iwp/ |
| H A D | iwp_hw.h | 2289 uint16_t key_flags; member in struct:iwp_keyinfo
|
Completed in 635 milliseconds