Home
last modified time | relevance | path

Searched defs:plaintext (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c314 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 Daes.c392 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 Dcperf_test_vectors.c10 uint8_t plaintext[2048] = { variable
H A Dcperf_test_vectors.h14 } plaintext; member
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2665 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 Dtest_cryptodev_hmac_test_vectors.h21 } plaintext; member
H A Dtest_cryptodev_kasumi_hash_test_vectors.h22 } plaintext; member
H A Dtest_cryptodev_aead_test_vectors.h51 } plaintext; member
78 } plaintext; member
1977 } plaintext; member
H A Dtest_cryptodev_snow3g_hash_test_vectors.h22 } plaintext; member
H A Dtest_cryptodev_kasumi_test_vectors.h27 } plaintext; member
H A Dtest_cryptodev_security_docsis_test_vectors.h32 } plaintext; member
H A Dtest_cryptodev_blockcipher.h68 } plaintext; member
H A Dtest_cryptodev_zuc_test_vectors.h22 } plaintext; member
H A Dtest_cryptodev_snow3g_test_vectors.h22 } plaintext; member
H A Dtest_cryptodev_mixed_test_vectors.h47 } plaintext; member
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h636 #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 Dcamellia.c1272 const unsigned char *plaintext, in Camellia_EncryptBlock()
1306 unsigned char *plaintext) in Camellia_DecryptBlock()