Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDkey.c61 static int to_blob(const Key *, u_char **, u_int *, int);
405 to_blob(k, &blob, &len, 1); in key_fingerprint_raw()
1681 to_blob(const Key *key, u_char **blobp, u_int *lenp, int force_plain) in to_blob() function
1755 return to_blob(key, blobp, lenp, 0); in key_to_blob()