Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c315 crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt_prov()
350 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext, in crypto_encrypt()
470 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_encrypt_update()
529 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext, in crypto_encrypt_final()
596 crypto_mechanism_t *mech, crypto_data_t *ciphertext, crypto_key_t *key, in crypto_decrypt_prov()
632 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
752 crypto_decrypt_update(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_update()
850 crypto_data_t *ciphertext, crypto_call_req_t *cr) in crypto_encrypt_single()
884 crypto_decrypt_single(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_single()
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c393 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt()
507 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, in aes_decrypt()
623 crypto_data_t *ciphertext, crypto_req_handle_t req) in aes_encrypt_update()
692 aes_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, 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.c185 uint8_t ciphertext[2048] = { variable
H A Dcperf_test_vectors.h49 } ciphertext; 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
647 #define KCF_PROV_ENCRYPT_FINAL(pd, ctx, 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
845 ciphertext, req) ( \ argument
861 ciphertext, req) ( \ argument
903 #define KCF_PROV_ENCRYPT_MAC_FINAL(pd, ctx, ciphertext, mac, req) ( \ argument
911 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument
952 decr_mech, decr_key, ciphertext, mac, plaintext, \ argument
[all …]
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c3158 uint8_t *plaintext, *ciphertext; in test_kasumi_encryption() local
3255 const uint8_t *ciphertext; in test_kasumi_encryption_sgl() local
3354 uint8_t *plaintext, *ciphertext; in test_kasumi_encryption_oop() local
3441 const uint8_t *ciphertext; in test_kasumi_encryption_oop_sgl() local
3888 const uint8_t *ciphertext; in test_snow3g_encryption_oop_sgl() local
5527 const uint8_t *ciphertext; in test_zuc_encryption_sgl() local
7605 uint8_t *ciphertext, *auth_tag; in test_authenticated_encryption() local
9578 uint8_t *ciphertext, *auth_tag; in test_authenticated_encryption_oop() local
11301 } ciphertext; member
11923 uint8_t *ciphertext; in test_authenticated_decryption_fail_when_corruption() local
[all …]
H A Dtest_cryptodev_kasumi_test_vectors.h36 } ciphertext; member
H A Dtest_cryptodev_aead_test_vectors.h56 } ciphertext; member
1982 } ciphertext; member
H A Dtest_cryptodev_security_docsis_test_vectors.h41 } ciphertext; member
H A Dtest_cryptodev_blockcipher.h73 } ciphertext; member
H A Dtest_cryptodev_zuc_test_vectors.h27 } ciphertext; member
H A Dtest_cryptodev_snow3g_test_vectors.h27 } ciphertext; member
H A Dtest_cryptodev_mixed_test_vectors.h52 } ciphertext; member
/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3083 unsigned char *ciphertext; in tv() local
/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c1274 unsigned char *ciphertext) in Camellia_EncryptBlock()
1304 const unsigned char *ciphertext, in Camellia_DecryptBlock()