Searched refs:sign_key (Results 1 - 17 of 17) sorted by relevance

/external/dropbear/
H A Dsignkey.h42 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,
55 int buf_verify(buffer * buf, sign_key *key, const unsigned char *data,
H A Dkeyimport.h37 int import_write(const char *filename, sign_key *key, char *passphrase,
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
H A Drunopts.h44 int readhostkey(const char * filename, sign_key * hostkey, int *type);
85 sign_key *hostkey;
H A Dcommon-runopts.c36 int readhostkey(const char * filename, sign_key * hostkey, int *type) {
H A Dkex.h38 sign_key *hostkey);
H A Dauth.h103 sign_key *key;
H A Dsignkey.c31 /* malloc a new sign_key and set the dss and rsa keys to NULL */
32 sign_key * new_sign_key() {
34 sign_key * ret;
36 ret = (sign_key*)m_malloc(sizeof(sign_key));
90 int buf_get_pub_key(buffer *buf, sign_key *key, int *type) {
142 int buf_get_priv_key(buffer *buf, sign_key *key, int *type) {
193 void buf_put_pub_key(buffer* buf, sign_key *key, int type) {
223 void buf_put_priv_key(buffer* buf, sign_key *key, int type) {
245 void sign_key_free(sign_key *ke
[all...]
H A Ddropbearconvert.c113 sign_key * key = NULL;
H A Ddropbearkey.c61 static void printpubkey(sign_key * key, int keytype);
94 sign_key *key = NULL;
255 sign_key *key = NULL;
293 static void printpubkey(sign_key * key, int keytype) {
H A Dcli-authpubkey.c35 static void send_msg_userauth_pubkey(sign_key *key, int type, int realsign);
130 static void send_msg_userauth_pubkey(sign_key *key, int type, int realsign) {
H A Dkeyimport.c53 static sign_key *openssh_read(const char *filename, char *passphrase);
54 static int openssh_write(const char *filename, sign_key *key,
57 static int dropbear_write(const char*filename, sign_key * key);
58 static sign_key *dropbear_read(const char* filename);
79 sign_key *import_read(const char *filename, char *passphrase, int filetype) {
93 int import_write(const char *filename, sign_key *key, char *passphrase,
108 static sign_key *dropbear_read(const char* filename) {
111 sign_key *ret = NULL;
141 static int dropbear_write(const char*filename, sign_key * key) {
509 static sign_key *openssh_rea
[all...]
H A Dcli-kex.c63 sign_key *hostkey = NULL;
H A Dcli-runopts.c298 sign_key *key;
H A Dsvr-authpubkey.c59 sign_key * key = NULL;
H A Dcommon-kex.c515 sign_key *hostkey) {
/external/wpa_supplicant/
H A Deapol_sm.c616 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,
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c641 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,

Completed in 111 milliseconds