Searched refs:auth_only_len (Results 1 – 7 of 7) sorted by relevance
299 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_sg_fd() local347 if (auth_only_len) in build_authenc_gcm_sg_fd()395 if (auth_only_len) { in build_authenc_gcm_sg_fd()426 if (auth_only_len) { in build_authenc_gcm_sg_fd()444 uint32_t auth_only_len = sess->ext_params.aead_ctxt.auth_only_len; in build_authenc_gcm_fd() local507 if (auth_only_len) in build_authenc_gcm_fd()544 if (auth_only_len) { in build_authenc_gcm_fd()566 if (auth_only_len) { in build_authenc_gcm_fd()639 if (auth_only_len) in build_authenc_sg_fd()713 if (auth_only_len) { in build_authenc_sg_fd()[all …]
140 uint16_t auth_only_len; /*!< Length of data for Auth only */ member
453 int auth_only_len; in create_cipher_auth_sglist() local457 auth_only_len = op->sym->auth.data.length - op->sym->cipher.data.length; in create_cipher_auth_sglist()458 if (unlikely(auth_only_len < 0)) in create_cipher_auth_sglist()469 auth_only_len); in create_cipher_auth_sglist()615 int auth_only_len; in create_aead_gph() local632 auth_only_len = authlen - cryptlen; in create_aead_gph()633 gph->param2 = rte_cpu_to_be_16(ivlen + auth_only_len); in create_aead_gph()
137 uint16_t auth_only_len; /* Length of data for Auth only */ member
1067 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth_sg() local1186 if (auth_only_len) in build_cipher_auth_sg()1188 (jobdescr)->dpovrd = 0x80000000 | auth_only_len; in build_cipher_auth_sg()1210 uint32_t auth_only_len = (auth_tail_len << 16) | auth_hdr_len; in build_cipher_auth() local1297 if (auth_only_len) in build_cipher_auth()1299 (jobdescr)->dpovrd = 0x80000000 | auth_only_len; in build_cipher_auth()1605 session->auth_only_len = xform->aead.aad_length; in caam_jr_aead_init()
1118 if (ses->auth_only_len) in build_cipher_auth_gcm_sg()1182 + ses->auth_only_len; in build_cipher_auth_gcm_sg()1185 + ses->auth_only_len + ses->digest_length; in build_cipher_auth_gcm_sg()1198 if (ses->auth_only_len) { in build_cipher_auth_gcm_sg()1201 sg->length = ses->auth_only_len; in build_cipher_auth_gcm_sg()1272 if (ses->auth_only_len) { in build_cipher_auth_gcm()1275 sg->length = ses->auth_only_len; in build_cipher_auth_gcm()1292 if (ses->auth_only_len) { in build_cipher_auth_gcm()1295 sg->length = ses->auth_only_len; in build_cipher_auth_gcm()1804 auth_hdr_len = ses->auth_only_len; in dpaa_sec_enqueue_burst()[all …]
160 uint16_t auth_only_len; member