Searched refs:blobp (Results 1 – 1 of 1) sorted by relevance
749 key_to_blob(const Key *key, u_char **blobp, u_int *lenp) in key_to_blob() argument780 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()