Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Din6_cga.c225 caddr_t pubkeycopy, privkeycopy; in in6_cga_start() local
253 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()