/freebsd/crypto/openssl/test/ |
H A D | igetest.c | 227 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_dec() local 245 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_chaining() local 267 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_dec_chaining() local 293 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_garble_forwards() local 331 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_enc_dec() local 352 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble1() local 383 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble2() local 414 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble3() local
|
H A D | tls13encryptiontest.c | 28 const char *ciphertext[3]; member
|
H A D | evp_extra_test.c | 1299 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local 2031 uint8_t ciphertext[128]; in test_EVP_SM2() local 3022 unsigned char ciphertext[80]; in test_decrypt_null_chunks() local 3316 unsigned char ciphertext[32], oiv[16], iv[16]; in test_evp_iv_aes() local 3457 unsigned char ciphertext[32], oiv[8], iv[8]; in test_evp_iv_des() local
|
H A D | modes_internal_test.c | 194 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
|
/freebsd/crypto/openssl/crypto/camellia/ |
H A D | camellia.c | 405 u8 ciphertext[]) in Camellia_EncryptBlock_Rounds() 450 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock() 456 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() 502 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], in Camellia_DecryptBlock()
|
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_cipher.c | 70 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext) in crypto_encrypt() 140 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
|
/freebsd/crypto/openssh/ |
H A D | kexsntrup761x25519.c | 84 u_char *kem_key, *ciphertext, *server_pub; in kex_kem_sntrup761x25519_enc() local 169 const u_char *ciphertext, *server_pub; in kex_kem_sntrup761x25519_dec() local
|
H A D | kexmlkem768x25519.c | 196 const u_char *ciphertext, *server_pub; in kex_kem_mlkem768x25519_dec() local
|
H A D | libcrux_mlkem768_sha3.h | 8646 uint8_t *ciphertext, in libcrux_ml_kem_ind_cpa_deserialize_then_decompress_u_f4() 9237 uint8_t *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_ind_cpa_decrypt_unpacked_6d() 9263 uint8_t *ciphertext, in libcrux_ml_kem_ind_cpa_decrypt_43() 10859 uint8_t ciphertext[1088U] = {0U}; in libcrux_ml_kem_ind_cpa_encrypt_60() local 10918 libcrux_ml_kem_mlkem768_MlKem768Ciphertext *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_ind_cca_decapsulate_70() 11015 libcrux_ml_kem_mlkem768_MlKem768Ciphertext *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_ind_cca_instantiations_portable_decapsulate_2e() 11028 libcrux_ml_kem_mlkem768_MlKem768Ciphertext *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_mlkem768_portable_decapsulate() 11118 uint8_t ciphertext[1088U]; in libcrux_ml_kem_ind_cca_encapsulate_cd() local 11639 libcrux_ml_kem_mlkem768_MlKem768Ciphertext *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_variant_kdf_33_f0() 11683 libcrux_ml_kem_mlkem768_MlKem768Ciphertext *ciphertext, uint8_t ret[32U]) { in libcrux_ml_kem_ind_cca_decapsulate_700() [all …]
|
/freebsd/contrib/libfido2/tools/ |
H A D | largeblob.c | 359 decode(const struct blob *ciphertext, const struct blob *nonce, in decode() 417 try_rp(const fido_credman_rk_t *rk, const struct blob *ciphertext, in try_rp() 446 decode_blob_entry(const cbor_item_t *item, struct blob *ciphertext, in decode_blob_entry() 489 struct blob ciphertext, nonce; in print_blob_entry() local
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | sntrup761_enc_fuzz.cc | 41 unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES]; in LLVMFuzzerTestOneInput() local
|
H A D | sntrup761_dec_fuzz.cc | 55 unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES]; in LLVMFuzzerTestOneInput() local
|
H A D | mkcorpus_sntrup761.c | 59 unsigned char ciphertext[crypto_kem_sntrup761_CIPHERTEXTBYTES]; in main() local
|
/freebsd/sys/contrib/openzfs/module/icp/io/ |
H A D | aes.c | 174 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic() 273 crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, in aes_decrypt_atomic()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 76 uint8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | aead_aes256gcm.c | 3083 unsigned char *ciphertext; in tv() local
|
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
H A D | t_decrypt.c | 40 krb5_data ciphertext; member
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-blowfish.c | 142 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; in crypt_blowfish() local
|
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | impl.h | 264 #define KCF_PROV_ENCRYPT_ATOMIC(pd, mech, key, plaintext, ciphertext, \ argument 271 #define KCF_PROV_DECRYPT_ATOMIC(pd, mech, key, ciphertext, plaintext, \ argument
|
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 1271 unsigned char *ciphertext) in Camellia_EncryptBlock() 1301 const unsigned char *ciphertext, in Camellia_DecryptBlock()
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 272 ossl_sm2_decrypt(const EC_KEY * key,const EVP_MD * digest,const uint8_t * ciphertext,size_t ciphertext_len,uint8_t * ptext_buf,size_t * ptext_len) ossl_sm2_decrypt() argument
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/camellia/ |
H A D | camellia.c | 1421 unsigned char *ciphertext) in Camellia_EncryptBlock() 1451 const unsigned char *ciphertext, in Camellia_DecryptBlock()
|
/freebsd/tools/tools/crypto/ |
H A D | cryptotest.c | 250 char *cleartext, *ciphertext, *originaltext, *key; in runtest() local
|
H A D | cryptocheck.c | 793 char *buffer, *cleartext, *ciphertext; in run_cipher_test() local 954 char *buffer, *cleartext, *ciphertext; in run_eta_test() local 1602 char *aad, *buffer, *cleartext, *ciphertext; in run_aead_test() local
|
/freebsd/contrib/libfido2/src/ |
H A D | largeblob.c | 19 fido_blob_t ciphertext; member
|