Searched refs:snow3g (Results 1 – 9 of 9) sorted by relevance
2 ; Supported features of the 'snow3g' crypto driver.14 ; Supported crypto algorithms of the 'snow3g' crypto driver.19 ; Supported authentication algorithms of the 'snow3g' crypto driver.25 ; Supported AEAD algorithms of the 'snow3g' crypto driver.30 ; Supported Asymmetric algorithms of the 'snow3g' crypto driver.
29 snow3g
111 -- -p 1 --cdev SW --chain CIPHER_ONLY --cipher_algo "snow3g-uea2"
24 'snow3g',
196 cpt_ctx->snow3g = 1; in cpt_fc_ciph_set_key_snow3g_uea2()208 cpt_ctx->snow3g = 0; in cpt_fc_ciph_set_key_zuc_eea3()1395 uint8_t snow3g, j; in cpt_zuc_snow3g_enc_prep() local1414 snow3g = cpt_ctx->snow3g; in cpt_zuc_snow3g_enc_prep()1443 vq_cmd_w0.s.opcode.minor = ((1 << 7) | (snow3g << 5) | (0 << 4) | in cpt_zuc_snow3g_enc_prep()1489 if (snow3g) { in cpt_zuc_snow3g_enc_prep()1701 uint8_t snow3g, iv_len = 16; in cpt_zuc_snow3g_dec_prep() local1726 snow3g = cpt_ctx->snow3g; in cpt_zuc_snow3g_dec_prep()1767 if (snow3g) { in cpt_zuc_snow3g_dec_prep()2435 cpt_ctx->snow3g = 1; in cpt_fc_auth_set_key()[all …]
317 uint64_t snow3g :2; member
208 snow3g-uea2249 snow3g-uia2
656 RTE_LOG_REGISTER(snow3g_logtype_driver, pmd.crypto.snow3g, INFO);
1091 F: drivers/crypto/snow3g/1092 F: doc/guides/cryptodevs/snow3g.rst1093 F: doc/guides/cryptodevs/features/snow3g.ini