Home
last modified time | relevance | path

Searched refs:KASUMI (Results 1 – 17 of 17) sorted by relevance

/dpdk/doc/guides/cryptodevs/
H A Dkasumi.rst4 KASUMI Crypto Poll Mode Driver
7 The KASUMI PMD (**librte_crypto_kasumi**) provides poll mode crypto driver support for
9 which implements F8 and F9 functions for KASUMI UEA1 cipher and UIA1 hash algorithms.
14 KASUMI PMD has support for:
28 * KASUMI(F9) supported only if hash offset and length field is byte-aligned.
29 * In-place bit-level operations for KASUMI(F8) are not supported
80 16.11 - 19.11 LibSSO KASUMI
116 Extra notes on KASUMI F9
119 When using KASUMI F9 authentication algorithm, the input buffer must be
120 constructed according to the 3GPP KASUMI specifications (section 4.4, page 13):
H A Dqat.rst114 * SNOW 3G (UEA2), KASUMI (F8) and ZUC (EEA3) supported only if cipher length and offset fields are …
143 Extra notes on KASUMI F9
146 When using KASUMI F9 authentication algorithm, the input buffer must be
148 `3GPP KASUMI specification <http://cryptome.org/3gpp/35201-900.pdf>`_
/dpdk/doc/guides/cryptodevs/features/
H A Dkasumi.ini17 KASUMI F8 = Y
22 KASUMI F9 = Y
H A Docteontx.ini35 KASUMI F8 = Y
45 KASUMI F9 = Y
H A Daesni_mb.ini39 KASUMI F8 = Y
61 KASUMI F9 = Y
H A Dcn9k.ini35 KASUMI F8 = Y
45 KASUMI F9 = Y
H A Dcn10k.ini36 KASUMI F8 = Y
46 KASUMI F9 = Y
H A Dqat.ini39 KASUMI F8 = Y
61 KASUMI F9 = Y
H A Ddefault.ini62 KASUMI F8 =
85 KASUMI F9 =
/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h60 #define KASUMI 0x3 macro
H A Dcpt_ucode.h150 fc_type = KASUMI; in cpt_fc_ciph_set_type()
2444 } else if (fc_type == KASUMI) { in cpt_fc_dec_hmac_prep()
2474 } else if (fc_type == KASUMI) { in cpt_fc_enc_hmac_prep()
2520 cpt_ctx->fc_type = KASUMI; in cpt_fc_auth_set_key()
2525 cpt_ctx->fc_type = KASUMI; in cpt_fc_auth_set_key()
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst135 * **Added KASUMI SW PMD.**
137 A new Crypto PMD has been added, which provides KASUMI F8 (UEA1) ciphering
138 and KASUMI F9 (UIA1) hashing.
H A Drelease_20_02.rst161 * **Updated the KASUMI PMD.**
163 * Transitioned underlying library from libSSO KASUMI to intel-ipsec-mb
H A Drelease_16_11.rst104 * KASUMI (F8 and F9) algorithm.
H A Drelease_20_05.rst166 * **Updated the KASUMI crypto PMD.**
H A Drelease_21_11.rst298 * KASUMI PMD.
H A Drelease_20_11.rst244 * Added support for KASUMI-F8/F9 algorithms.