Home
last modified time | relevance | path

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

/f-stack/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
114 Extra notes on KASUMI F9
117 When using KASUMI F9 authentication algorithm, the input buffer must be
118 constructed according to the 3GPP KASUMI specifications (section 4.4, page 13):
H A Dqat.rst112 * SNOW 3G (UEA2), KASUMI (F8) and ZUC (EEA3) supported only if cipher length and offset fields are …
141 Extra notes on KASUMI F9
144 When using KASUMI F9 authentication algorithm, the input buffer must be
146 `3GPP KASUMI specification <http://cryptome.org/3gpp/35201-900.pdf>`_
/f-stack/dpdk/doc/guides/cryptodevs/features/
H A Dkasumi.ini17 KASUMI F8 = Y
22 KASUMI F9 = Y
H A Docteontx.ini34 KASUMI F8 = Y
44 KASUMI F9 = Y
H A Docteontx2.ini35 KASUMI F8 = Y
45 KASUMI F9 = Y
H A Daesni_mb.ini39 KASUMI F8 = Y
61 KASUMI F9 = Y
H A Dqat.ini39 KASUMI F8 = Y
61 KASUMI F9 = Y
H A Ddefault.ini59 KASUMI F8 =
82 KASUMI F9 =
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_mcode_defines.h57 #define KASUMI 0x3 macro
H A Dcpt_ucode.h150 fc_type = KASUMI; in cpt_fc_ciph_set_type()
2376 } else if (fc_type == KASUMI) { in cpt_fc_dec_hmac_prep()
2406 } else if (fc_type == KASUMI) { in cpt_fc_enc_hmac_prep()
2452 cpt_ctx->fc_type = KASUMI; in cpt_fc_auth_set_key()
2457 cpt_ctx->fc_type = KASUMI; in cpt_fc_auth_set_key()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst165 * **Added KASUMI SW PMD.**
167 A new Crypto PMD has been added, which provides KASUMI F8 (UEA1) ciphering
168 and KASUMI F9 (UIA1) hashing.
H A Drelease_20_02.rst208 * **Updated the KASUMI PMD.**
210 * Transitioned underlying library from libSSO KASUMI to intel-ipsec-mb
H A Drelease_16_11.rst137 * KASUMI (F8 and F9) algorithm.
H A Drelease_20_05.rst206 * **Updated the KASUMI crypto PMD.**
H A Drelease_20_11.rst290 * Added support for KASUMI-F8/F9 algorithms.
/f-stack/dpdk/
H A DMAINTAINERS1029 KASUMI