Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c250 DBT _key, _data; local
258 _key.size = key.dsize;
259 _key.data = key.dptr;
292 DBT _key, _data; local
302 key.dptr = _key.data;
327 DBT _key, _data; local
337 key.dptr = _key.data;
363 DBT _key; local
369 _key.data = key.dptr;
397 DBT _key, _data; local
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h380 dops->do_digest_key = _key; \
385 #define KCF_WRAP_MAC_OPS_PARAMS(req, ftype, _sid, _mech, _key, \ argument
397 mops->mo_key = _key; \
415 cops->eo_key = _key; \
433 cops->dop_key = _key; \
451 sops->so_key = _key; \
469 vops->vo_key = _key; \
557 _key, _wrapped_key, _wrapped_key_len_ptr) { \ argument
574 kops->ko_key = _key; \
597 _private_key_attribute_count, _key, _out_template1, \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dstr_conf.c113 #define FMODSW_HASH(_key) \ argument
114 (uint_t)(((_key[0] << 4) | (_key[1] & 0x0f)) & (FMODSW_HASHSZ - 1))