Searched defs:ciphertext (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c139 crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext, argument
68 crypto_encrypt(crypto_mechanism_t *mech, crypto_data_t *plaintext, crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *ciphertext) argument
/freebsd-current/crypto/openssh/
H A Dkexsntrup761x25519.c80 u_char *kem_key, *ciphertext, *server_pub; local
165 const u_char *ciphertext, *server_pub; local
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3083 unsigned char *ciphertext; local
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c76 uint8_t ciphertext[BCRYPT_HASHSIZE] = local
/freebsd-current/crypto/openssl/crypto/camellia/
H A Dcamellia.c456 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], argument
403 Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) argument
449 Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) argument
502 Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) argument
[all...]
/freebsd-current/secure/lib/libcrypt/
H A Dcrypt-blowfish.c142 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt"; local
/freebsd-current/crypto/openssl/test/
H A Digetest.c227 unsigned char ciphertext[BIG_TEST_SIZE]; local
245 unsigned char ciphertext[BIG_TEST_SIZE]; local
267 unsigned char ciphertext[BIG_TEST_SIZE]; local
293 unsigned char ciphertext[BIG_TEST_SIZE]; local
331 unsigned char ciphertext[BIG_TEST_SIZE]; local
352 unsigned char ciphertext[BIG_TEST_SIZE]; local
383 unsigned char ciphertext[BIG_TEST_SIZE]; local
414 unsigned char ciphertext[BIG_TEST_SIZE]; local
[all...]
H A Dtls13encryptiontest.c28 const char *ciphertext[3]; member in struct:__anon177
H A Dmodes_internal_test.c194 unsigned char cleartext[64], ciphertext[64], vector[64]; local
H A Devp_extra_test.c1295 unsigned char ciphertext[32], plaintext[16]; local
2027 uint8_t ciphertext[128]; local
2977 unsigned char ciphertext[80]; local
3271 unsigned char ciphertext[32], oiv[16], iv[16]; local
3412 unsigned char ciphertext[32], oiv[8], iv[8]; local
[all...]
H A Devp_test.c533 unsigned char *ciphertext; member in struct:cipher_data_st
/freebsd-current/contrib/libfido2/tools/
H A Dlargeblob.c359 decode(const struct blob *ciphertext, const struct blob *nonce, argument
417 try_rp(const fido_credman_rk_t *rk, const struct blob *ciphertext, argument
446 decode_blob_entry(const cbor_item_t *item, struct blob *ciphertext, struct blob *nonce, uint64_t *origsiz) argument
489 struct blob ciphertext, nonce; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/io/
H A Daes.c302 aes_encrypt(crypto_ctx_t *ctx, crypto_data_t *plaintext, crypto_data_t *ciphertext) argument
417 aes_decrypt(crypto_ctx_t *ctx, crypto_data_t *ciphertext, crypto_data_t *plaintext) argument
531 aes_encrypt_update(crypto_ctx_t *ctx, crypto_data_t *plaintext, crypto_data_t *ciphertext) argument
599 aes_decrypt_update(crypto_ctx_t *ctx, crypto_data_t *ciphertext, crypto_data_t *plaintext) argument
831 aes_encrypt_atomic(crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *plaintext, crypto_data_t *ciphertext, crypto_spi_ctx_template_t template) argument
957 aes_decrypt_atomic(crypto_mechanism_t *mechanism, crypto_key_t *key, crypto_data_t *ciphertext, crypto_data_t *plaintext, crypto_spi_ctx_template_t template) argument
[all...]
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c250 char *cleartext, *ciphertext, *originaltext, *key; local
H A Dcryptocheck.c774 char *buffer, *cleartext, *ciphertext; local
929 char *buffer, *cleartext, *ciphertext; local
1488 char *aad, *buffer, *cleartext, *ciphertext; local
[all...]
/freebsd-current/sys/crypto/camellia/
H A Dcamellia.c1268 Camellia_EncryptBlock(const int keyBitLength, const unsigned char *plaintext, const uint32_t *subkey, unsigned char *ciphertext) argument
1300 Camellia_DecryptBlock(const int keyBitLength, const unsigned char *ciphertext, const uint32_t *subkey, unsigned char *plaintext) argument
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dlargeblob.c19 fido_blob_t ciphertext; member in struct:largeblob
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c423 char *ciphertext; member in struct:ecb_test_vector
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcert.c1599 _hx509_cert_private_decrypt(hx509_context context, const heim_octet_string *ciphertext, const heim_oid *encryption_oid, hx509_cert p, heim_octet_string *cleartext) argument
1622 hx509_cert_public_encrypt(hx509_context context, const heim_octet_string *cleartext, const hx509_cert p, heim_oid *encryption_oid, heim_octet_string *ciphertext) argument
H A Dcrypto.c1697 _hx509_public_encrypt(hx509_context context, const heim_octet_string *cleartext, const Certificate *cert, heim_oid *encryption_oid, heim_octet_string *ciphertext) argument
1760 hx509_private_key_private_decrypt(hx509_context context, const heim_octet_string *ciphertext, const heim_oid *encryption_oid, hx509_private_key p, heim_octet_string *cleartext) argument
2587 hx509_crypto_encrypt(hx509_crypto crypto, const void *data, const size_t length, const heim_octet_string *ivec, heim_octet_string **ciphertext) argument
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5.h116 krb5_data ciphertext; member in struct:krb5_enc_data

Completed in 198 milliseconds