Lines Matching refs:assoc
106 unsigned int buflen, const void *assoc, in sg_init_aead() argument
121 sg_set_buf(&sg[0], assoc, aad_size); in sg_init_aead()
254 void *assoc; in test_mb_aead_speed() local
378 assoc = cur->axbuf[0]; in test_mb_aead_speed()
379 memset(assoc, 0xff, aad_size); in test_mb_aead_speed()
383 assoc, aad_size); in test_mb_aead_speed()
387 assoc, aad_size); in test_mb_aead_speed()
531 void *assoc; in test_aead_speed() local
600 assoc = axbuf[0]; in test_aead_speed()
601 memset(assoc, 0xff, aad_size); in test_aead_speed()
636 assoc, aad_size); in test_aead_speed()
639 bs + (enc ? authsize : 0), assoc, in test_aead_speed()