Lines Matching refs:assoc
114 unsigned int buflen, const void *assoc, in sg_init_aead() argument
129 sg_set_buf(&sg[0], assoc, aad_size); in sg_init_aead()
261 void *assoc; in test_mb_aead_speed() local
379 assoc = cur->axbuf[0]; in test_mb_aead_speed()
380 memset(assoc, 0xff, aad_size); in test_mb_aead_speed()
384 assoc, aad_size); in test_mb_aead_speed()
388 assoc, aad_size); in test_mb_aead_speed()
532 void *assoc; in test_aead_speed() local
593 assoc = axbuf[0]; in test_aead_speed()
594 memset(assoc, 0xff, aad_size); in test_aead_speed()
631 assoc, aad_size); in test_aead_speed()
634 *b_size + (enc ? authsize : 0), assoc, in test_aead_speed()