| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_cipher.c | 314 crypto_mechanism_t *mech, crypto_data_t *plaintext, crypto_key_t *key, in crypto_encrypt_prov() 349 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, in crypto_encrypt() 469 crypto_encrypt_update(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_update() 597 crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt_prov() 633 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext, in crypto_decrypt() 753 crypto_data_t *plaintext, crypto_call_req_t *cr) in crypto_decrypt_update() 812 crypto_decrypt_final(crypto_context_t context, crypto_data_t *plaintext, in crypto_decrypt_final() 849 crypto_encrypt_single(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_single() 885 crypto_data_t *plaintext, crypto_call_req_t *cr) in crypto_decrypt_single()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 392 aes_encrypt(crypto_ctx_t *ctx, crypto_data_t *plaintext, in aes_encrypt() 508 crypto_data_t *plaintext, crypto_req_handle_t req) in aes_decrypt() 622 aes_encrypt_update(crypto_ctx_t *ctx, crypto_data_t *plaintext, in aes_encrypt_update() 693 crypto_data_t *plaintext, crypto_req_handle_t req) in aes_decrypt_update() 936 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic() 1072 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_decrypt_atomic()
|
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vectors.c | 10 uint8_t plaintext[2048] = { variable
|
| H A D | cperf_test_vectors.h | 14 } plaintext; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev.c | 2665 uint8_t *plaintext; in test_snow3g_authentication() local 2756 uint8_t *plaintext; in test_snow3g_authentication_verify() local 2847 uint8_t *plaintext; in test_kasumi_authentication() local 2936 uint8_t *plaintext; in test_kasumi_authentication_verify() local 5630 uint8_t *plaintext; in test_zuc_authentication() local 7763 uint8_t *plaintext; in test_pdcp_proto() local 7944 uint8_t *plaintext; in test_pdcp_proto_SGL() local 9231 uint8_t *plaintext; in test_authenticated_decryption() local 9671 uint8_t *plaintext; in test_authenticated_decryption_oop() local 9857 uint8_t *plaintext; in test_authenticated_decryption_sessionless() local [all …]
|
| H A D | test_cryptodev_hmac_test_vectors.h | 21 } plaintext; member
|
| H A D | test_cryptodev_kasumi_hash_test_vectors.h | 22 } plaintext; member
|
| H A D | test_cryptodev_aead_test_vectors.h | 51 } plaintext; member 78 } plaintext; member 1977 } plaintext; member
|
| H A D | test_cryptodev_snow3g_hash_test_vectors.h | 22 } plaintext; member
|
| H A D | test_cryptodev_kasumi_test_vectors.h | 27 } plaintext; member
|
| H A D | test_cryptodev_security_docsis_test_vectors.h | 32 } plaintext; member
|
| H A D | test_cryptodev_blockcipher.h | 68 } plaintext; member
|
| H A D | test_cryptodev_zuc_test_vectors.h | 22 } plaintext; member
|
| H A D | test_cryptodev_snow3g_test_vectors.h | 22 } plaintext; member
|
| H A D | test_cryptodev_mixed_test_vectors.h | 47 } plaintext; member
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 636 #define KCF_PROV_ENCRYPT(pd, ctx, plaintext, ciphertext, req) ( \ argument 641 #define KCF_PROV_ENCRYPT_UPDATE(pd, ctx, plaintext, ciphertext, req) ( \ argument 666 #define KCF_PROV_DECRYPT(pd, ctx, ciphertext, plaintext, req) ( \ argument 671 #define KCF_PROV_DECRYPT_UPDATE(pd, ctx, ciphertext, plaintext, req) ( \ argument 677 #define KCF_PROV_DECRYPT_FINAL(pd, ctx, plaintext, req) ( \ argument 853 plaintext, req) ( \ argument 869 plaintext, req) ( \ argument 911 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument 944 #define KCF_PROV_MAC_DECRYPT_FINAL(pd, ctx, mac, plaintext, req) ( \ argument 952 decr_mech, decr_key, ciphertext, mac, plaintext, \ argument [all …]
|
| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.c | 1272 const unsigned char *plaintext, in Camellia_EncryptBlock() 1306 unsigned char *plaintext) in Camellia_DecryptBlock()
|