Searched refs:aad_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
H A Dtcrypt.c271 unsigned int aad_size, u8 *keysize) test_aead_speed()
294 if (aad_size >= PAGE_SIZE) { test_aead_speed()
295 pr_err("associate data length (%u) too big\n", aad_size); test_aead_speed()
340 memset(assoc, 0xff, aad_size); test_aead_speed()
341 sg_init_one(&asg[0], assoc, aad_size); test_aead_speed()
384 aead_request_set_assoc(req, asg, aad_size); test_aead_speed()
268 test_aead_speed(const char *algo, int enc, unsigned int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize) test_aead_speed() argument
/linux-4.1.27/drivers/crypto/caam/
H A Dregs.h711 u32 aad_size; /* CxAADSZR - Current AAD Size */ member in struct:caam_deco

Completed in 68 milliseconds