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

  /external/dropbear/
rsa.h 55 void buf_put_rsa_pub_key(buffer* buf, rsa_key *key);
rsa.c 178 void buf_put_rsa_pub_key(buffer* buf, rsa_key *key) { function
180 TRACE(("enter buf_put_rsa_pub_key"))
187 TRACE(("leave buf_put_rsa_pub_key"))
191 /* Same as buf_put_rsa_pub_key, but with the private "x" key appended */
197 buf_put_rsa_pub_key(buf, key);
signkey.c 207 buf_put_rsa_pub_key(pubkeys, key->rsakey);

Completed in 7092 milliseconds