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

Function crypt_op_from_32

freebsd/opencrypto/cryptodev.c:195–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void
196crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to)
197{
198
199 CP(*from, *to, ses);
200 CP(*from, *to, op);
201 CP(*from, *to, flags);
202 CP(*from, *to, len);
203 PTRIN_CP(*from, *to, src);
204 PTRIN_CP(*from, *to, dst);
205 PTRIN_CP(*from, *to, mac);
206 PTRIN_CP(*from, *to, iv);
207}
208
209static void
210crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to)

Callers 1

crypto_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected