Home
last modified time | relevance | path

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

/external/dropbear/
Dkeyimport.c353 struct openssh_key { struct
361 static struct openssh_key *load_openssh_key(const char *filename) in load_openssh_key() argument
363 struct openssh_key *ret; in load_openssh_key()
370 ret = (struct openssh_key*)m_malloc(sizeof(struct openssh_key)); in load_openssh_key()
496 struct openssh_key *key = load_openssh_key(filename); in openssh_encrypted()
511 struct openssh_key *key; in openssh_read()