Lines Matching refs:assoc
56 struct scatterlist assoc[2]; member
440 req->assoc, req->assoclen); in __gcm_hash_init_done()
477 err = gcm_hash_update(req, pctx, compl, req->assoc, req->assoclen); in gcm_hash()
914 aead_request_set_assoc(subreq, req->assoc, req->assoclen); in crypto_rfc4106_crypt()
1128 struct scatterlist *assoc = rctx->assoc; in crypto_rfc4543_crypt() local
1158 if (req->assoc->length == req->assoclen) { in crypto_rfc4543_crypt()
1159 sg_init_table(assoc, 2); in crypto_rfc4543_crypt()
1160 sg_set_page(assoc, sg_page(req->assoc), req->assoc->length, in crypto_rfc4543_crypt()
1161 req->assoc->offset); in crypto_rfc4543_crypt()
1165 scatterwalk_map_and_copy(rctx->assocbuf, req->assoc, 0, in crypto_rfc4543_crypt()
1168 sg_init_table(assoc, 2); in crypto_rfc4543_crypt()
1169 sg_set_buf(assoc, rctx->assocbuf, req->assoclen); in crypto_rfc4543_crypt()
1171 scatterwalk_crypto_chain(assoc, payload, 0, 2); in crypto_rfc4543_crypt()
1177 aead_request_set_assoc(subreq, assoc, assoclen); in crypto_rfc4543_crypt()