Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libder/tests/
HDtest_privkey.c70 struct libder_object *obj, *oidp, *pubp, *root; in test_construction() local
94 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()
/freebsd-14-stable/crypto/openssh/
HDkex.c1163 kex_load_hostkey(struct ssh *ssh, struct sshkey **prvp, struct sshkey **pubp) in kex_load_hostkey() argument
1167 *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()