Searched refs:crypto_algo (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| 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_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_blockcipher.h | 63 enum rte_crypto_cipher_algorithm crypto_algo; member
|
| H A D | test_cryptodev_blockcipher.c | 35 cap_idx.algo.cipher = tdata->crypto_algo; in verify_algo_support() 454 cipher_xform->cipher.algo = tdata->crypto_algo; in test_blockcipher_one_case() 466 if (tdata->crypto_algo == RTE_CRYPTO_CIPHER_NULL) in test_blockcipher_one_case()
|
| H A D | test_cryptodev.c | 13200 enum rte_crypto_cipher_algorithm crypto_algo; member 13300 .crypto_algo = RTE_CRYPTO_CIPHER_AES_CBC, 13347 .crypto_algo = RTE_CRYPTO_CIPHER_AES_CBC, 13470 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in create_auth_cipher_session() 13870 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decryption_fail_when_corruption() 13964 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_encrypt_with_esn() 13976 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in test_authenticated_encrypt_with_esn() 14101 cap_idx.algo.cipher = reference->crypto_algo; in test_authenticated_decrypt_with_esn() 14123 ut_params->cipher_xform.cipher.algo = reference->crypto_algo; in test_authenticated_decrypt_with_esn()
|