HomeSort by relevance Sort by last modified time
    Searched defs:sign_key (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
signkey.h 32 struct SIGN_key {
42 typedef struct SIGN_key sign_key; typedef in typeref:struct:SIGN_key
44 sign_key * new_sign_key();
47 int buf_get_pub_key(buffer *buf, sign_key *key, int *type);
48 int buf_get_priv_key(buffer* buf, sign_key *key, int *type);
49 void buf_put_pub_key(buffer* buf, sign_key *key, int type);
50 void buf_put_priv_key(buffer* buf, sign_key *key, int type);
51 void sign_key_free(sign_key *key);
52 void buf_put_sign(buffer* buf, sign_key *key, int type,
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 616 u8 sign_key[IEEE8021X_SIGN_KEY_LEN]; member in struct:eap_key_data
672 os_memcpy(keydata.sign_key, keydata.encr_key, 16);
696 hmac_md5(keydata.sign_key, sign_key_len,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 641 u8 sign_key[IEEE8021X_SIGN_KEY_LEN]; member in struct:eap_key_data
697 os_memcpy(keydata.sign_key, keydata.encr_key, 16);
721 hmac_md5(keydata.sign_key, sign_key_len,
    [all...]

Completed in 119 milliseconds