Searched refs:pubkeycopy (Results 1 – 1 of 1) sorted by relevance
225 caddr_t pubkeycopy, privkeycopy; in in6_cga_start() local253 pubkeycopy = (caddr_t)kalloc_data(pubkey.iov_len, Z_WAITOK); in in6_cga_start()254 if (pubkeycopy == NULL) { in in6_cga_start()268 bcopy(pubkey.iov_base, pubkeycopy, pubkey.iov_len); in in6_cga_start()269 pubkey.iov_base = pubkeycopy; in in6_cga_start()