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

Function aes_ctr_cnt_blk_fill

dpdk/lib/ipsec/crypto.h:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126static inline void
127aes_ctr_cnt_blk_fill(struct aesctr_cnt_blk *ctr, uint64_t iv, uint32_t nonce)
128{
129 ctr->nonce = nonce;
130 ctr->iv = iv;
131 ctr->cnt = rte_cpu_to_be_32(1);
132}
133
134static inline void
135aead_chacha20_poly1305_iv_fill(struct aead_chacha20_poly1305_iv

Callers 4

inb_cop_prepareFunction · 0.85
inb_cpu_crypto_prepareFunction · 0.85
outb_cop_prepareFunction · 0.85
outb_cpu_crypto_prepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected