HomeSort by: relevance | last modified time | path
    Searched refs:keydata (Results 1 - 7 of 7) sorted by relevancy

  /src/distrib/utils/embedded/files/
creds_msdos 89 while read type keydata name; do
90 if fgrep -q "${keydata}" "${ssh_userkeys}" 2>/dev/null; then
93 echo "${type} ${keydata} ${name}" >> "${ssh_userkeys}"
  /src/external/bsd/unbound/dist/sldns/
keyraw.h 32 * get the length of the keydata in bits
33 * \param[in] keydata the raw key data
34 * \param[in] len the length of the keydata
38 size_t sldns_rr_dnskey_key_size_raw(const unsigned char *keydata,
keyraw.c 42 sldns_rr_dnskey_key_size_raw(const unsigned char* keydata,
56 t = keydata[0];
70 if (keydata[0] == 0) {
73 memmove(&int16, keydata + 1, 2);
80 exp = keydata[0];
  /src/usr.sbin/sa/
pdb.c 139 char keydata[sizeof(ci->ci_comm)]; local
142 memcpy(&keydata, ci->ci_comm, sizeof(keydata));
143 key.data = &keydata;
144 key.size = strlen(keydata);
  /src/external/bsd/ntp/dist/libntp/
authreadkeys.c 89 typedef struct keydata KeyDataT;
90 struct keydata { struct
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.c 699 struct eap_key_data keydata; local
737 res = eapol_sm_get_key(sm, (u8 *) &keydata, sizeof(keydata));
745 res = eapol_sm_get_key(sm, (u8 *) &keydata, 16);
753 os_memcpy(keydata.sign_key, keydata.encr_key, 16);
777 hmac_md5(keydata.sign_key, sign_key_len,
805 os_memcpy(ekey + IEEE8021X_KEY_IV_LEN, keydata.encr_key,
824 os_memcpy(datakey, keydata.encr_key, key_len);
  /src/tests/lib/libc/db/
h_db.c 105 DBT data, key, keydata; local
257 compare(&keydata, &data);
291 getdata(dbp, &key, &keydata);

Completed in 33 milliseconds