Home
last modified time | relevance | path

Searched refs:snow3g (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/doc/guides/cryptodevs/features/
H A Dsnow3g.ini2 ; 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.
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dindex.rst29 snow3g
H A Dsnow3g.rst111 -- -p 1 --cdev SW --chain CIPHER_ONLY --cipher_algo "snow3g-uea2"
/f-stack/dpdk/drivers/crypto/
H A Dmeson.build24 'snow3g',
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h196 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() local
1414 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() local
1726 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 …]
H A Dcpt_mcode_defines.h317 uint64_t snow3g :2; member
/f-stack/dpdk/doc/guides/tools/
H A Dcryptoperf.rst208 snow3g-uea2
249 snow3g-uia2
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c656 RTE_LOG_REGISTER(snow3g_logtype_driver, pmd.crypto.snow3g, INFO);
/f-stack/dpdk/
H A DMAINTAINERS1091 F: drivers/crypto/snow3g/
1092 F: doc/guides/cryptodevs/snow3g.rst
1093 F: doc/guides/cryptodevs/features/snow3g.ini