Lines Matching refs:ciphers
847 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_chain_setup() enum
873 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_chain_setup()
890 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_cipheronly_setup() enum
914 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in aes_cipheronly_setup()
931 const enum rte_crypto_cipher_algorithm ciphers[] = { in aes_docsis_setup() enum
946 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in aes_docsis_setup()
961 const enum rte_crypto_cipher_algorithm ciphers[] = { in triple_des_chain_setup() enum
981 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0 in triple_des_chain_setup()
998 const enum rte_crypto_cipher_algorithm ciphers[] = { in triple_des_cipheronly_setup() enum
1014 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in triple_des_cipheronly_setup()
1029 const enum rte_crypto_cipher_algorithm ciphers[] = { in des_cipheronly_setup() enum
1044 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in des_cipheronly_setup()
1059 const enum rte_crypto_cipher_algorithm ciphers[] = { in des_docsis_setup() enum
1074 if (check_cipher_capabilities_supported(ciphers, RTE_DIM(ciphers)) != 0) { in des_docsis_setup()