Searched refs:KASUMI (Results 1 – 17 of 17) sorted by relevance
4 KASUMI Crypto Poll Mode Driver7 The KASUMI PMD (**librte_crypto_kasumi**) provides poll mode crypto driver support for9 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 supported80 16.11 - 19.11 LibSSO KASUMI116 Extra notes on KASUMI F9119 When using KASUMI F9 authentication algorithm, the input buffer must be120 constructed according to the 3GPP KASUMI specifications (section 4.4, page 13):
114 * SNOW 3G (UEA2), KASUMI (F8) and ZUC (EEA3) supported only if cipher length and offset fields are …143 Extra notes on KASUMI F9146 When using KASUMI F9 authentication algorithm, the input buffer must be148 `3GPP KASUMI specification <http://cryptome.org/3gpp/35201-900.pdf>`_
17 KASUMI F8 = Y22 KASUMI F9 = Y
35 KASUMI F8 = Y45 KASUMI F9 = Y
39 KASUMI F8 = Y61 KASUMI F9 = Y
36 KASUMI F8 = Y46 KASUMI F9 = Y
62 KASUMI F8 =85 KASUMI F9 =
60 #define KASUMI 0x3 macro
150 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()
135 * **Added KASUMI SW PMD.**137 A new Crypto PMD has been added, which provides KASUMI F8 (UEA1) ciphering138 and KASUMI F9 (UIA1) hashing.
161 * **Updated the KASUMI PMD.**163 * Transitioned underlying library from libSSO KASUMI to intel-ipsec-mb
104 * KASUMI (F8 and F9) algorithm.
166 * **Updated the KASUMI crypto PMD.**
298 * KASUMI PMD.
244 * Added support for KASUMI-F8/F9 algorithms.