/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
|
H A D | evp_test.c | 533 unsigned char *ciphertext; member
|
/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 | 69 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext) in crypto_encrypt() 139 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, in crypto_decrypt()
|
/freebsd/crypto/openssh/ |
H A D | kexsntrup761x25519.c | 80 u_char *kem_key, *ciphertext, *server_pub; in kex_kem_sntrup761x25519_enc() local 165 const u_char *ciphertext, *server_pub; in kex_kem_sntrup761x25519_dec() local
|
/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/sys/contrib/openzfs/module/icp/io/ |
H A D | aes.c | 173 crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, in aes_encrypt_atomic() 272 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/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 | 263 #define KCF_PROV_ENCRYPT_ATOMIC(pd, mech, key, plaintext, ciphertext, \ argument 270 #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/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
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crypto.c | 1701 heim_octet_string *ciphertext) in _hx509_public_encrypt() 1761 const heim_octet_string *ciphertext, in hx509_private_key_private_decrypt() 2591 heim_octet_string **ciphertext) in hx509_crypto_encrypt()
|
H A D | cert.c | 1600 const heim_octet_string *ciphertext, in _hx509_cert_private_decrypt() 1626 heim_octet_string *ciphertext) in hx509_cert_public_encrypt()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_module_tests.c | 423 char *ciphertext; in test_ecb() member
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5.h | 116 krb5_data ciphertext; member
|