Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/camellia/
H A Dcamellia.c403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds()
449 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock()
458 u8 plaintext[]) in Camellia_DecryptBlock_Rounds()
503 const KEY_TABLE_TYPE keyTable, u8 plaintext[]) in Camellia_DecryptBlock()
/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c68 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, in crypto_encrypt()
140 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *plaintext) in crypto_decrypt()
/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/contrib/libfido2/src/
H A Dlargeblob.c67 fido_blob_t *plaintext = NULL, *aad = NULL; in largeblob_decrypt() local
121 fido_blob_t *plaintext = NULL, *aad = NULL; in largeblob_seal() local
362 fido_blob_t *plaintext = NULL; in largeblob_array_lookup() local
/freebsd/crypto/openssl/test/
H A Dtls13encryptiontest.c27 const char *plaintext[3]; member
H A Digetest.c32 static unsigned char plaintext[BIG_TEST_SIZE]; variable
H A Devp_extra_test.c1299 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local
2034 uint8_t plaintext[8]; in test_EVP_SM2() local
3023 unsigned char plaintext[80]; in test_decrypt_null_chunks() local
H A Devp_test.c531 unsigned char *plaintext; member
/freebsd/contrib/libfido2/tools/
H A Dlargeblob.c351 decompress(const struct blob *plaintext, uint64_t origsiz) in decompress()
365 struct blob plaintext; in decode() 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/tests/sys/kern/
H A Dktls_test.c1179 char *plaintext, *decrypted, *outbuf; in test_ktls_transmit_app_data() local
1329 char *plaintext, *decrypted, *outbuf; test_ktls_transmit_control() local
1498 char *plaintext, *received, *outbuf; test_ktls_receive_app_data() local
1618 char *plaintext, *outbuf; test_ktls_receive_corrupted_record() local
1707 char *plaintext, *outbuf; test_ktls_receive_truncated_record() local
1748 char *plaintext, *outbuf; test_ktls_receive_bad_major() local
1790 char *plaintext, *outbuf; test_ktls_receive_bad_minor() local
1832 char *plaintext, *outbuf; test_ktls_receive_bad_type() local
[all...]
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c143 const u_int8_t *plaintext; member
/freebsd/sys/crypto/camellia/
H A Dcamellia.c1269 const unsigned char *plaintext, in Camellia_EncryptBlock()
1303 unsigned char *plaintext) in Camellia_DecryptBlock()
/freebsd/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c538 const u_int8_t *plaintext; member
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c131 const u_int8_t *plaintext; member
/freebsd/crypto/openssh/
H A Dcipher.c59 int plaintext; member
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c38 u8 plaintext[] = { in test_siv() local
422 char *plaintext; in test_ecb() member