Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Digetest.c227 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 Dtls13encryptiontest.c28 const char *ciphertext[3]; member
H A Devp_extra_test.c1299 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 Dmodes_internal_test.c194 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
H A Devp_test.c533 unsigned char *ciphertext; member
/freebsd/crypto/openssl/crypto/camellia/
H A Dcamellia.c405 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 Dkcf_cipher.c69 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 Dkexsntrup761x25519.c80 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 Dlargeblob.c359 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 Daes.c173 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 Dbcrypt_pbkdf.c76 uint8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
/freebsd/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3083 unsigned char *ciphertext; in tv() local
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c142 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; in crypt_blowfish() local
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h263 #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 Dcamellia.c1271 unsigned char *ciphertext) in Camellia_EncryptBlock()
1301 const unsigned char *ciphertext, in Camellia_DecryptBlock()
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c290 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
/freebsd/tools/tools/crypto/
H A Dcryptotest.c250 char *cleartext, *ciphertext, *originaltext, *key; in runtest() local
H A Dcryptocheck.c793 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 Dlargeblob.c19 fido_blob_t ciphertext; member
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c1701 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 Dcert.c1600 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 Dcrypto_module_tests.c423 char *ciphertext; in test_ecb() member
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5.h116 krb5_data ciphertext; member