Searched refs:pubp (Results 1 – 2 of 2) sorted by relevance
70 struct libder_object *obj, *oidp, *pubp, *root; in test_construction() local94 pubp = libder_obj_alloc_simple(ctx, in test_construction()96 assert(pubp != NULL); in test_construction()97 assert(libder_obj_append(root, pubp)); in test_construction()107 assert(libder_obj_append(pubp, obj)); in test_construction()
1163 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() argument1167 *pubp = NULL; in kex_load_hostkey()1174 *pubp = kex->load_host_public_key(kex->hostkey_type, in kex_load_hostkey()1178 if (*pubp == NULL) in kex_load_hostkey()