Searched defs:keyp (Results 26 - 46 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c52 const char *limit, *linep, *keyp, *addrstart; local
72 keyp = argp->key.name;
74 while (*keyp && linep < limit && !isspace(*linep) &&
75 tolower(*keyp) == tolower(*linep)) {
76 keyp++;
79 if (*keyp == '\0' && (linep == limit || isspace(*linep))) {
97 keyp = argp->key.name;
98 while (*keyp && linep < limit && !isspace(*linep) &&
99 tolower(*keyp) == tolower(*linep)) {
100 keyp
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c49 med_pr(void *keyp, int keyl, void *datap, int datal) argument
51 med_med_t *medp = (med_med_t *)keyp;
56 "key (%d)[keyp=0x%08x]: setno=%ld, setname=<%s>, caller=<%s>\n",
57 keyl, (unsigned)keyp, medp->med_setno, medp->med_setname,
108 med_kfree(void *keyp) argument
110 med_med_t *medp = (med_med_t *)keyp;
114 (void) Free(keyp);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c73 __in_bcount(length) caddr_t keyp,
86 caddr_t keyp,
98 __in_bcount(length) caddr_t keyp,
257 __in_bcount(length) caddr_t keyp,
270 caddr_t keyp,
282 __in_bcount(length) caddr_t keyp,
524 __in_bcount(length) caddr_t keyp,
539 tlv_type = __LE_TO_CPU_16(((uint16_t*)keyp)[0]);
540 tlv_length = __LE_TO_CPU_16(((uint16_t*)keyp)[1]);
576 caddr_t keyp,
522 efx_lic_v1v2_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
568 efx_lic_v1v2_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp ) argument
604 efx_lic_v1v2_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp ) argument
1147 efx_lic_v3_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
1191 efx_lic_v3_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp ) argument
1211 efx_lic_v3_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp ) argument
1574 efx_lic_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
1600 efx_lic_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp ) argument
1632 efx_lic_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp ) argument
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c434 KMF_X509_SPKI *keyp,
468 rv = PKCS_AcquirePublicKeyHandle(ckSession, keyp,
547 KMF_X509_SPKI *keyp,
574 rv = PKCS_AcquirePublicKeyHandle(ckSession, keyp,
432 PKCS_VerifyData(KMF_HANDLE_T handle, KMF_ALGORITHM_INDEX AlgorithmId, KMF_X509_SPKI *keyp, KMF_DATA *data, KMF_DATA *signature) argument
545 PKCS_EncryptData(KMF_HANDLE_T kmfh, KMF_ALGORITHM_INDEX AlgorithmId, KMF_X509_SPKI *keyp, KMF_DATA *plaintext, KMF_DATA *ciphertext) argument
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c978 fix_des_parity(uint64_t *keyp) argument
980 uint64_t k = *keyp;
984 *keyp ^= (k & 0x0101010101010101ULL);
985 *keyp ^= 0x0101010101010101ULL;
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c657 int keyp; local
664 for (keyp = i, movp = i+1; movp < cnt; movp++) {
667 if (buf[keyp].bad_end+1 != buf[movp].bad_start)
669 buf[keyp].bad_end++;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c585 LDAPControl **clientctrls, unsigned long *keyp)
593 if ( !NSLDAPI_VALID_LDAP_POINTER( ld ) || (keyp == NULL) )
596 *keyp = 0;
676 *keyp = crc32_convert(keystr, len);
582 ldap_memcache_createkey(LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, unsigned long *keyp) argument
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1438 tsd_create(uint_t *keyp, void (*destructor)(void *)) argument
1447 if (*keyp) {
1478 *keyp = i + 1;
1490 tsd_destroy(uint_t *keyp) argument
1499 key = *keyp;
1500 *keyp = 0;
1632 * Assumes the caller is protecting *keyp from tsd_destroy
1635 tsd_getcreate(uint_t *keyp, void (*destroy)(void *), void *(*allocate)(void)) argument
1638 uint_t key = *keyp;
1646 tsd_create(keyp, destro
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c977 privkey->keyp = (void *)NSSprivkey;
981 pubkey->keyp = (void *)NSSpubkey;
994 privkey->keyp = NULL;
995 pubkey->keyp = NULL;
1038 NSSprivkey = (SECKEYPrivateKey *)key->keyp;
1086 NSS_EncodePubKeyData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *keyp, argument
1094 if (keyp == NULL || encoded == NULL || keyp->keyp == NULL)
1097 spki = SECKEY_CreateSubjectPublicKeyInfo(keyp
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c264 char **keys, **keyp; local
278 keys = keyp = alloca(sizeof (char *) * (cip->ci_nsuspects + 1));
281 if (nvlist_lookup_string(cis->cis_nvl, FM_CLASS, keyp) == 0)
282 keyp++;
285 *keyp = NULL; /* mark end of keys[] array for libdiagcode */
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c377 dump_key(uint8_t *keyp, uint_t bitlen, uint_t saltbits, FILE *where, argument
396 if (fprintf(where, "%02x", *keyp++) < 0)
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c796 if (pKey == NULL || pKey->keyp == CK_INVALID_HANDLE)
818 (CK_OBJECT_HANDLE)pKey->keyp, rsaTemplate, 4);
842 (CK_OBJECT_HANDLE)pKey->keyp, rsaTemplate, 4);
900 (CK_OBJECT_HANDLE)pKey->keyp, dsaTemplate, 6);
945 (CK_OBJECT_HANDLE)pKey->keyp, dsaTemplate, 6);
1030 (CK_OBJECT_HANDLE)pKey->keyp,
1732 privkey->keyp = (void *)priKey;
1737 pubkey->keyp = (void *)pubKey;
1778 privkey->keyp = (void *)priKey;
1783 pubkey->keyp
2000 KMFPK11_SignData(KMF_HANDLE_T handle, KMF_KEY_HANDLE *keyp, KMF_OID *algOID, KMF_DATA *tobesigned, KMF_DATA *output) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c957 uint8_t *keyp, *keybufp; local
990 keyp = malloc(alloclen);
992 if (keyp == NULL)
995 keybufp = keyp;
1011 free(keyp);
1014 *keyp = (hd2num(input[i]) << 4);
1016 *keyp |= hd2num(input[i + 1]);
1019 keyp++;
1024 *((input[i] == '\0') ? keyp - 1 : keyp)
1039 uint8_t *keyp = NULL; local
1849 print_keys(char *prefix, ike_p1_key_t *keyp, int size) argument
2063 uint8_t *keyp; local
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c1402 char keyp[MAXOPTARGLEN]; local
1428 (void) memset(keyp, 0, sizeof (keyp));
1430 if (sscanf(indexp, gettext("%[^=]=%s"), keyp, valp) != 2) {
1439 if ((key = getLoginParam(keyp)) == -1) {
1441 gettext("Unknown key"), keyp);
5560 char keyp[MAXOPTARGLEN]; local
5579 (void) memset(keyp, 0, sizeof (keyp));
5581 if (sscanf(nameValueString, gettext("%[^=]=%s"), keyp, val
[all...]
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h407 uint8_t keyp; member in struct:wpi_node
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c2673 rfs4_lo_state_t *keyp = key; local
2675 return (keyp->rls_locker == lsp->rls_locker &&
2676 keyp->rls_state == lsp->rls_state);
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c4282 vsd_create(uint_t *keyp, void (*destructor)(void *)) argument
4291 if (*keyp) {
4322 *keyp = i + 1;
4342 vsd_destroy(uint_t *keyp) argument
4351 key = *keyp;
4352 *keyp = 0;
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h229 void *keyp; member in struct:__anon3434
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c608 zone_key_create(zone_key_t *keyp, void *(*create)(zoneid_t), argument
685 *keyp = key;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c5643 crypto_key_t key, *keyp; local
5673 keyp = &key;
5682 keyp = &key;
5693 error = crypto_mac_init_prov(pd, 0, &mech, keyp, NULL,
5703 error = crypto_sign_init_prov(pd, 0, &mech, keyp,
5707 keyp, NULL, &DPROV_CTX_SINGLE(ctx), NULL);
5776 keyp = &key;
5786 keyp = &key;
5798 error = crypto_sign_prov(pd, 0, &mech, keyp,
5802 error = crypto_sign_recover_prov(pd, 0, &mech, keyp,
5863 crypto_key_t key, *keyp; local
6121 crypto_key_t key, *keyp; local
7792 crypto_key_t key, *keyp; local
7917 crypto_key_t key, *keyp; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2954 uint8_t keyp; member in struct:iwk_add_sta

Completed in 162 milliseconds

12