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()269 …bcopy(__unsafe_forge_bidi_indexable(void *, pubkey.iov_base, pubkey.iov_len), pubkeycopy, pubkey.i… in in6_cga_start()271 pubkey.iov_base = pubkeycopy; in in6_cga_start()