Searched refs:crypto_algo (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_des_test_vectors.h | 106 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 132 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 167 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 277 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 304 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 340 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CTR, 520 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CBC, 546 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CBC, 581 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CBC, 691 .crypto_algo = RTE_CRYPTO_CIPHER_3DES_CBC, [all …]
|
| H A D | test_cryptodev_aes_test_vectors.h | 722 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 746 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 771 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 797 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 821 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 846 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 872 .crypto_algo = RTE_CRYPTO_CIPHER_AES_ECB, 896 .crypto_algo = RTE_CRYPTO_CIPHER_NULL, 941 .crypto_algo = RTE_CRYPTO_CIPHER_NULL, 986 .crypto_algo = RTE_CRYPTO_CIPHER_NULL, [all …]
|
| H A D | test_cryptodev_blockcipher.h | 53 enum rte_crypto_cipher_algorithm crypto_algo; member
|
| H A D | test_cryptodev_blockcipher.c | 34 cap_idx.algo.cipher = tdata->crypto_algo; in verify_algo_support() 387 cipher_xform->cipher.algo = tdata->crypto_algo; in test_blockcipher_one_case() 398 if (tdata->crypto_algo == RTE_CRYPTO_CIPHER_NULL) in test_blockcipher_one_case()
|
| H A D | test_cryptodev.c | 11279 enum rte_crypto_cipher_algorithm crypto_algo; member 11379 .crypto_algo = RTE_CRYPTO_CIPHER_AES_CBC, 11426 .crypto_algo = RTE_CRYPTO_CIPHER_AES_CBC, 11548 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in create_auth_cipher_session() 11943 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decryption_fail_when_corruption() 12033 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_encryt_with_esn() 12045 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in test_authenticated_encryt_with_esn() 12166 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decrypt_with_esn() 12188 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in test_authenticated_decrypt_with_esn()
|