Home
last modified time | relevance | path

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

12

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c665 static const char _key[] = "\r\nWARC-Type:"; in _warc_rdtyp()
668 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { in _warc_rdtyp()
672 val += sizeof(_key) - 1U; in _warc_rdtyp()
694 static const char _key[] = "\r\nWARC-Target-URI:"; in _warc_rduri()
698 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { in _warc_rduri()
703 val += sizeof(_key) - 1U; in _warc_rduri()
751 static const char _key[] = "\r\nContent-Length:"; in _warc_rdlen()
756 if ((val = xmemmem(buf, bsz, _key, sizeo in _warc_rdlen()
657 static const char _key[] = "\r\nWARC-Type:"; _warc_rdtyp() local
686 static const char _key[] = "\r\nWARC-Target-URI:"; _warc_rduri() local
743 static const char _key[] = "\r\nContent-Length:"; _warc_rdlen() local
777 static const char _key[] = "\r\nWARC-Date:"; _warc_rdrtm() local
804 static const char _key[] = "\r\nLast-Modified:"; _warc_rdmtm() local
[all...]
/freebsd/usr.sbin/autofs/autofs/
H A Dspecial_media73 local _fstype _fstype_and_label _label _key _p
75 _key="$1"
77 _fstype="$(fstyp "/dev/${_key}" 2> /dev/null)"
79 print_map_entry "${_fstype}" "${_key}"
102 if [ "${_label}" != "${_key}" ]; then
/freebsd/contrib/ldns/
H A Dkeys.c119 k->_key.key = ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NULL); in ldns_key_new_frm_engine()
120 if(!k->_key.key) { in ldns_key_new_frm_engine()
125 if (!k->_key.key) { in ldns_key_new_frm_engine()
666 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
680 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
693 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
706 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
1132 if (EVP_PKEY_keygen(ctx, &k->_key.key) <= 0) { in ldns_key_new_frm_algorithm()
1193 k->_key.key = NULL; in ldns_key_new_frm_algorithm()
1229 if(!k->_key.key) { in ldns_key_new_frm_algorithm()
[all …]
H A Dhost2str.c3117 k->_key.key in ldns_key2buffer_str()
3134 if(k->_key.key) { in ldns_key2buffer_str()
3135 EC_KEY* ec = EVP_PKEY_get1_EC_KEY(k->_key.key); in ldns_key2buffer_str()
3156 k->_key.key); in ldns_key2buffer_str()
3167 k->_key.key); in ldns_key2buffer_str()
/freebsd/lib/libc/net/
H A Dnetdb_private.h35 static thread_key_t name##_key; \
45 (thr_keycreate(&name##_key, name##_free) == 0); \
58 if ((he = thr_getspecific(name##_key)) != NULL) \
62 if (thr_setspecific(name##_key, he) == 0) \
/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh99 _key="$OBJ/${1}.pub"
101 (printf "publickey " ; cut -d' ' -f-2 $_key) > $_file
129 _key="$2"
133 trace "connect $_host expect success, with key $_key"
134 _keyfile="$OBJ/$_key"
139 test $_s -eq 0 || fail "host $_host $_key $_case fail, exit status $_s"
140 expect_key $_key expect_key
156 _key="$2"
160 trace "connect $_host expect failure, with key $_key"
161 _keyfile="$OBJ/$_key"
[all …]
H A Dkeygen-knownhosts.sh42 _key=$3
51 cat $OBJ/kh.${_key}.pub >> $OBJ/kh.expect ||
52 fatal "${_key}.pub missing"
/freebsd/sys/net/route/
H A Dnhop_utils.h82 #define CHT_GET_BUCK(_head, _PX, _key) _PX##_hash_key(_key) & ((_head)->hash_size - 1) argument
88 #define CHT_SLIST_FIND(_head, _PX, _key, _ret) do { \ argument
89 uint32_t _buck = CHT_GET_BUCK(_head, _PX, _key); \
92 if (_PX##_cmp(_key, (_ret))) \
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c73 #define GPIOKEY_LOCK(_key) mtx_lock(&(_key)->mtx) argument
74 #define GPIOKEY_UNLOCK(_key) mtx_unlock(&(_key)->mtx) argument
75 #define GPIOKEY_LOCK_INIT(_key) \ argument
76 mtx_init(&(_key)->mtx, "gpiokey", "gpiokey", MTX_DEF)
77 #define GPIOKEY_LOCK_DESTROY(_key) mtx_destroy(&(_key)->mtx); argument
/freebsd/sys/sys/
H A Dumtxvar.h247 struct umtx_key *_key = (key); \
250 _uc = umtxq_getchain(_key); \
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c131 test##n##_key, sizeof(test##n##_key), \
/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl677 $_key="0(%rsp)";
754 mov $key,$_key
779 mov $_key,$key # "rewind" the key
832 mov $key,$_key
855 mov $_key,$key # "rewind" the key
H A Dcmll-x86.pl824 my $_key=&DWP(36,"esp"); #copy of wparam(3)
865 &mov ($_key,$s3); # save copy of key
882 &mov ($s0,$_key);
912 &mov ($key,$_key); # load key
989 &mov ($_key,$s3);
1004 &mov ($key,$_key); # load key
1081 &mov ($key,$_key); # load key
/freebsd/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c526 test##n##_key, sizeof(test##n##_key), \
/freebsd/crypto/openssl/crypto/camellia/
H A Dcamellia.c253 #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\ argument
256 _t0 = _s0 ^ (_key)[0];\
258 _t1 = _s1 ^ (_key)[1];\
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk1866 function _obj_delete_map(obj, _prefix, _key) {
1869 for (_key in _g_maps) {
1870 if (!match(_key, _prefix) && _key != obj)
1872 delete _g_maps[_key]
1886 function obj_delete(obj, _prop_id, _prop_name, _prefix, _key, _size, _i) {
2485 function map_to_array(map, _key, _prefix, _values) {
2490 for (_key in _g_maps) {
2491 if (!match(_key, _prefix))
2494 array_append(_values, _g_maps[_key])
3120 function srom_layout_find_entry(layout, vname, revision, _key, _srom_revmap) {
[all …]
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c113 test##n##_key, sizeof(test##n##_key), \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h49 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0) argument
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2040 my $_key=&DWP(44,"esp"); # copy of wparam(3)
2116 &mov ($_key,$key); # save copy of key
2132 &mov ($_key,"edi");
2166 &mov ($key,$_key); # load key
2194 &mov ("edi",$_key);
2223 &mov ($key,$_key); # load key
2275 &mov ($key,$_key); # load key
2314 &mov ("edi",$_key);
2368 &mov ($_key,$key); # save copy of key
2393 &mov ($key,$_key);
[all …]
H A Daesni-sha256-x86_64.pl113 $_key="16*$SZ+3*8(%rsp)";
377 #mov $key,$_key # remains resident in $inp register
693 #mov $key,$_key # remains resident in $inp register
1008 #mov $key,$_key # remains resident in $inp register
/freebsd/contrib/openbsm/
H A Dconfigure.ac64 AC_CHECK_MEMBER([struct ipc_perm._key],
65 [AC_DEFINE(HAVE_IPC_PERM__KEY,, Define if ipc_perm._key instead of key)],
/freebsd/contrib/mtree/
H A Dmisc.c55 typedef struct _key { struct
/freebsd/contrib/ldns/ldns/
H A Dkeys.h147 } _key; member
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c260 struct _key { in hci_read_stored_link_key() struct
268 k = (struct _key *)(event.ep.b + sizeof(event.ep.key)); in hci_read_stored_link_key()
/freebsd/contrib/openbsm/config/
H A Dconfig.h.in69 /* Define if ipc_perm._key instead of key */

12