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

Function gen_iv

dpdk/lib/ipsec/crypto.h:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205static inline void
206gen_iv(uint64_t iv[IPSEC_MAX_IV_QWORD], rte_be64_t sqn)
207{
208 iv[0] = sqn;
209 iv[1] = 0;
210}
211
212
213/*

Callers 5

esp_outb_tun_prepareFunction · 0.85
esp_outb_trs_prepareFunction · 0.85
cpu_outb_pkt_prepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected