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

Function generate_gmac_large_plaintext

dpdk/app/test/test_cryptodev.c:13892–13899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13890}
13891
13892static void
13893generate_gmac_large_plaintext(uint8_t *data)
13894{
13895 uint16_t i;
13896
13897 for (i = 32; i < GMAC_LARGE_PLAINTEXT_LENGTH; i += 32)
13898 memcpy(&data[i], &data[0], 32);
13899}
13900
13901static int
13902create_gmac_operation(enum rte_crypto_auth_operation op,

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected