Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dkey.c749 key_to_blob(const Key *key, u_char **blobp, u_int *lenp) in key_to_blob() argument
780 if (blobp != NULL) { in key_to_blob()
781 *blobp = xmalloc(len); in key_to_blob()
782 memcpy(*blobp, buffer_ptr(&b), len); in key_to_blob()