MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crparam_from_32

Function crparam_from_32

freebsd/opencrypto/cryptodev.c:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257static void
258crparam_from_32(const struct crparam32 *from, struct crparam *to)
259{
260
261 PTRIN_CP(*from, *to, crp_p);
262 CP(*from, *to, crp_nbits);
263}
264
265static void
266crparam_to_32(const struct crparam *from, struct crparam32 *to)

Callers 1

crypt_kop_from_32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected