| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_format_warc.c | 652 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/ |
| D | special_media | 32 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/ |
| D | keys.c | 100 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 …]
|
| D | host2str.c | 2250 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/ |
| D | netdb_private.h | 35 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/ |
| D | keygen-knownhosts.sh | 42 _key=$3 51 cat $OBJ/kh.${_key}.pub >> $OBJ/kh.expect || 52 fatal "${_key}.pub missing"
|
| /freebsd-10-stable/crypto/openssl/crypto/camellia/asm/ |
| D | cmll-x86_64.pl | 621 $_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
|
| D | cmll-x86.pl | 815 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/ |
| D | test_wep.c | 132 test##n##_key, sizeof(test##n##_key), \
|
| /freebsd-10-stable/tools/regression/net80211/ccmp/ |
| D | test_ccmp.c | 527 test##n##_key, sizeof(test##n##_key), \
|
| /freebsd-10-stable/usr.sbin/mtree/ |
| D | misc.c | 47 typedef struct _key { struct
|
| /freebsd-10-stable/tools/regression/net80211/tkip/ |
| D | test_tkip.c | 114 test##n##_key, sizeof(test##n##_key), \
|
| /freebsd-10-stable/crypto/openssl/crypto/camellia/ |
| D | camellia.c | 330 #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/ |
| D | aes-586.pl | 2024 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 …]
|
| D | aes-x86_64.pl | 1647 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/ |
| D | peerkey.c | 834 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/ |
| D | configure.ac | 64 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/ |
| D | misc.c | 55 typedef struct _key { struct
|
| /freebsd-10-stable/contrib/ldns/ldns/ |
| D | keys.h | 132 } _key; member
|
| /freebsd-10-stable/usr.sbin/bluetooth/hccontrol/ |
| D | host_controller_baseband.c | 258 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/ |
| D | config.h.in | 69 /* Define if ipc_perm._key instead of key */
|
| /freebsd-10-stable/release/picobsd/build/ |
| D | picobsd | 677 i=ssh_host_${K}_key
|
| /freebsd-10-stable/contrib/openbsm/libbsm/ |
| D | bsm_token.c | 595 ADD_U_INT32(dptr, perm->_key); in au_to_ipc_perm()
|
| /freebsd-10-stable/usr.sbin/lpr/lpd/ |
| D | printjob.c | 149 static char *scnline(int _key, char *_p, int _c);
|
| /freebsd-10-stable/contrib/ofed/management/opensm/include/iba/ |
| D | ib_types.h | 8600 union _key { union
|