Home
last modified time | relevance | path

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

12

/third_party/openssl/test/
Digetest.c222 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_dec() local
240 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_enc_chaining() local
262 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_dec_chaining() local
288 unsigned char ciphertext[BIG_TEST_SIZE]; in test_ige_garble_forwards() local
326 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_enc_dec() local
347 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble1() local
378 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble2() local
409 unsigned char ciphertext[BIG_TEST_SIZE]; in test_bi_ige_garble3() local
Devp_extra_test.c386 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local
696 uint8_t ciphertext[128]; in test_EVP_SM2() local
1086 unsigned char ciphertext[80]; in test_decrypt_null_chunks() local
Dtls13encryptiontest.c39 const char *ciphertext[3]; member
/third_party/openssl/crypto/camellia/
Dcamellia.c399 u8 ciphertext[]) in Camellia_EncryptBlock_Rounds()
444 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock()
450 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds()
497 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_DecryptBlock()
/third_party/node/test/parallel/
Dtest-crypto-des3-wrap.js20 const ciphertext = cipher.update(test.plaintext, 'utf8'); constant
Dtest-crypto-aes-wrap.js53 const ciphertext = cipher.update(data.text, 'utf8'); constant
Dtest-crypto-authenticated.js572 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant
603 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant
/third_party/boringssl/src/crypto/hrss/
Dhrss_test.cc189 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local
214 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local
357 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in TEST() local
/third_party/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc36 std::vector<uint8_t> key, plaintext, ciphertext; in TestRaw() local
78 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrap() local
127 std::vector<uint8_t> key, plaintext, ciphertext; in TestKeyWrapWithPadding() local
/third_party/boringssl/src/decrepit/cfb/
Dcfb_test.cc27 uint8_t ciphertext[16*4]; member
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c117 static const uint8_t ciphertext[8] = { variable
/third_party/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc157 const std::vector<uint8_t> &ciphertext, in TestOperation()
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
Daead_test.cc431 uint8_t ciphertext[128]; in TEST_P() local
566 alignas(64) uint8_t ciphertext[sizeof(plaintext) + EVP_AEAD_MAX_OVERHEAD]; in TEST_P() local
598 uint8_t ciphertext[1024] = {0}; in TEST_P() local
De_chacha20poly1305.c109 const uint8_t *ciphertext, in chacha20_poly1305_open()
159 const uint8_t *ciphertext, size_t ciphertext_len, in calc_tag()
De_aesctrhmac.c123 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc68 std::vector<uint8_t> key, plaintext, additional_data, nonce, ciphertext, in TEST() local
/third_party/boringssl/src/crypto/
Dimpl_dispatch_test.cc105 uint8_t ciphertext[sizeof(kPlaintext) + 16]; in TEST_F() local
/third_party/boringssl/src/crypto/pkcs8/
Dpkcs8.c422 CBS epki, algorithm, ciphertext; in PKCS8_parse_encrypted_private_key() local
511 CBB ciphertext; in PKCS8_marshal_encrypted_private_key() local
/third_party/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go92 ciphertext []byte member
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc318 uint8_t* ciphertext = static_cast<uint8_t*>(ciphertext_vec.iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local
477 const uint8_t* ciphertext = nullptr; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c256 const uint8_t *ciphertext, in sm2_decrypt()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c1964 const char *ciphertext, const char *key) in test_akw_decrypt()
2018 const char *alg, const char *enc, const char *ciphertext, in test_akw_encrypt()
/third_party/boringssl/src/ssl/
Dssl_key_share.cc258 uint8_t ciphertext[HRSS_CIPHERTEXT_BYTES]; in Accept() local
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc337 iovec_t ciphertext = {ciphertext_buffer, data_length + rp->tag_length}; in alts_iovec_record_protocol_privacy_integrity_protect() local
/third_party/mbedtls/library/
Dccm.c504 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local

12