Lines Matching refs:assoc
113 unsigned int buflen, const void *assoc, in sg_init_aead() argument
128 sg_set_buf(&sg[0], assoc, aad_size); in sg_init_aead()
260 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
592 assoc = axbuf[0]; in test_aead_speed()
593 memset(assoc, 0xff, aad_size); in test_aead_speed()
630 assoc, aad_size); in test_aead_speed()
633 *b_size + (enc ? authsize : 0), assoc, in test_aead_speed()