Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_warc.c652 static const char _key[] = "\r\nWARC-Type:"; in _warc_rdtyp() local
655 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { in _warc_rdtyp()
659 val += sizeof(_key) - 1U; in _warc_rdtyp()
681 static const char _key[] = "\r\nWARC-Target-URI:"; in _warc_rduri() local
685 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { in _warc_rduri()
690 val += sizeof(_key) - 1U; in _warc_rduri()
738 static const char _key[] = "\r\nContent-Length:"; in _warc_rdlen() local
743 if ((val = xmemmem(buf, bsz, _key, sizeof(_key) - 1U)) == NULL) { in _warc_rdlen()
747 val += sizeof(_key) - 1U; in _warc_rdlen()
772 static const char _key[] = "\r\nWARC-Date:"; in _warc_rdrtm() local
[all …]
/freebsd-10-stable/etc/autofs/
Dspecial_media32 local _fstype _fstype_and_label _label _key _p
34 _key="$1"
36 _fstype="$(fstyp "/dev/${_key}" 2> /dev/null)"
38 echo "-fstype=${_fstype},nosuid :/dev/${_key}"
57 if [ "${_label}" != "${_key}" ]; then
/freebsd-10-stable/contrib/ldns/
Dkeys.c100 k->_key.key = ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NULL); in ldns_key_new_frm_engine()
101 if(!k->_key.key) { in ldns_key_new_frm_engine()
106 if (!k->_key.key) { in ldns_key_new_frm_engine()
483 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
497 if(!k->_key.key) { in ldns_key_new_frm_fp_l()
879 k->_key.key = NULL; in ldns_key_new_frm_algorithm()
915 if(!k->_key.key) { in ldns_key_new_frm_algorithm()
942 k->_key.key = EVP_PKEY_new(); in ldns_key_new_frm_algorithm()
943 if(!k->_key.key) { in ldns_key_new_frm_algorithm()
948 if (!EVP_PKEY_assign_EC_KEY(k->_key.key, ec)) { in ldns_key_new_frm_algorithm()
[all …]
Dhost2str.c2250 k->_key.key in ldns_key2buffer_str()
2267 if(k->_key.key) { in ldns_key2buffer_str()
2268 EC_KEY* ec = EVP_PKEY_get1_EC_KEY(k->_key.key); in ldns_key2buffer_str()
/freebsd-10-stable/lib/libc/net/
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-10-stable/crypto/openssh/regress/
Dkeygen-knownhosts.sh42 _key=$3
51 cat $OBJ/kh.${_key}.pub >> $OBJ/kh.expect ||
52 fatal "${_key}.pub missing"
/freebsd-10-stable/crypto/openssl/crypto/camellia/asm/
Dcmll-x86_64.pl621 $_key="0(%rsp)";
688 mov $key,$_key
713 mov $_key,$key # "rewind" the key
766 mov $key,$_key
789 mov $_key,$key # "rewind" the key
Dcmll-x86.pl815 my $_key=&DWP(36,"esp"); #copy of wparam(3)
856 &mov ($_key,$s3); # save copy of key
873 &mov ($s0,$_key);
903 &mov ($key,$_key); # load key
980 &mov ($_key,$s3);
995 &mov ($key,$_key); # load key
1072 &mov ($key,$_key); # load key
/freebsd-10-stable/tools/regression/net80211/wep/
Dtest_wep.c132 test##n##_key, sizeof(test##n##_key), \
/freebsd-10-stable/tools/regression/net80211/ccmp/
Dtest_ccmp.c527 test##n##_key, sizeof(test##n##_key), \
/freebsd-10-stable/usr.sbin/mtree/
Dmisc.c47 typedef struct _key { struct
/freebsd-10-stable/tools/regression/net80211/tkip/
Dtest_tkip.c114 test##n##_key, sizeof(test##n##_key), \
/freebsd-10-stable/crypto/openssl/crypto/camellia/
Dcamellia.c330 #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\ argument
333 _t0 = _s0 ^ (_key)[0];\
335 _t1 = _s1 ^ (_key)[1];\
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
Daes-586.pl2024 my $_key=&DWP(44,"esp"); # copy of wparam(3)
2100 &mov ($_key,$key); # save copy of key
2116 &mov ($_key,"edi");
2150 &mov ($key,$_key); # load key
2178 &mov ("edi",$_key);
2207 &mov ($key,$_key); # load key
2259 &mov ($key,$_key); # load key
2298 &mov ("edi",$_key);
2352 &mov ($_key,$key); # save copy of key
2377 &mov ($key,$_key);
[all …]
Daes-x86_64.pl1647 my $_key="48(%rsp)"; # copy of 4th parameter, key
1722 mov %rcx,$_key # save copy of key
1932 #mov %rcx,$_key # save copy of key
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
Dpeerkey.c834 const u8 *_key; in wpa_supplicant_process_stk_3_of_4() local
881 _key = (u8 *) peerkey->stk.tk1; in wpa_supplicant_process_stk_3_of_4()
884 os_memcpy(key_buf, _key, 16); in wpa_supplicant_process_stk_3_of_4()
887 _key = key_buf; in wpa_supplicant_process_stk_3_of_4()
894 rsc, sizeof(rsc), _key, key_len) < 0) { in wpa_supplicant_process_stk_3_of_4()
/freebsd-10-stable/contrib/openbsm/
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-10-stable/contrib/mtree/
Dmisc.c55 typedef struct _key { struct
/freebsd-10-stable/contrib/ldns/ldns/
Dkeys.h132 } _key; member
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
Dhost_controller_baseband.c258 struct _key { in hci_read_stored_link_key() struct
266 k = (struct _key *)(event.ep.b + sizeof(event.ep.key)); in hci_read_stored_link_key()
/freebsd-10-stable/contrib/openbsm/config/
Dconfig.h.in69 /* Define if ipc_perm._key instead of key */
/freebsd-10-stable/release/picobsd/build/
Dpicobsd677 i=ssh_host_${K}_key
/freebsd-10-stable/contrib/openbsm/libbsm/
Dbsm_token.c595 ADD_U_INT32(dptr, perm->_key); in au_to_ipc_perm()
/freebsd-10-stable/usr.sbin/lpr/lpd/
Dprintjob.c149 static char *scnline(int _key, char *_p, int _c);
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h8600 union _key { union