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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor_wrap.c528 mm_newkeys_to_blob(int mode, u_char **blobp, u_int *lenp) argument
573 if (blobp != NULL) {
574 *blobp = xmalloc(len);
575 memcpy(*blobp, buffer_ptr(&b), len);
H A Dkey.c1555 to_blob(const Key *key, u_char **blobp, u_int *lenp, int force_plain) argument
1607 if (blobp != NULL) {
1608 *blobp = xmalloc(len);
1609 memcpy(*blobp, buffer_ptr(&b), len);
1617 key_to_blob(const Key *key, u_char **blobp, u_int *lenp) argument
1619 return to_blob(key, blobp, lenp, 0);

Completed in 222 milliseconds