Home
last modified time | relevance | path

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

12

/third_party/openssl/test/
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
Dtls13encryptiontest.c28 const char *ciphertext[3]; member
Devp_extra_test.c1195 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local
1927 uint8_t ciphertext[128]; in test_EVP_SM2() local
2847 unsigned char ciphertext[80]; in test_decrypt_null_chunks() local
3141 unsigned char ciphertext[32], oiv[16], iv[16]; in test_evp_iv_aes() local
3282 unsigned char ciphertext[32], oiv[8], iv[8]; in test_evp_iv_des() local
Dmodes_internal_test.c194 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
/third_party/openssl/crypto/camellia/
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()
/third_party/openhitls/testcode/sdv/testcase/crypto/hybridkem/
Dtest_suite_sdv_hybridkem.c125 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_HYBRID_ENCAPS_DECAPS_FUNC_TC001() local
196 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_HYBRID_ENCAPS_DECAPS_API_TC002() local
275 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_HYBRID_ENCAPS_DECAPS_FUNC_TC002() local
/third_party/mbedtls/library/
Dpsa_crypto_aead.c124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt()
212 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag()
235 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt()
551 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
Dpsa_crypto_driver_wrappers.c1435 … size_t plaintext_length, uint8_t *ciphertext, size_t ciphertext_size, in psa_driver_wrapper_aead_encrypt()
1474 … size_t additional_data_length, const uint8_t *ciphertext, in psa_driver_wrapper_aead_decrypt()
1707 psa_status_t psa_driver_wrapper_aead_finish(psa_aead_operation_t *operation, uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
Dccm.c689 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
/third_party/openhitls/testcode/sdv/testcase/crypto/mlkem/
Dtest_suite_sdv_mlkem.c202 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_ENCAPS_API_TC001() local
276 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_DECAPS_API_TC001() local
631 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_ENCAPS_DECAPS_FUNC_TC001() local
799 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC001() local
882 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC002() local
965 uint8_t *ciphertext = BSL_SAL_Malloc(cipherLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC003() local
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_aead.c32 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt()
87 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt()
339 uint8_t *ciphertext, in mbedtls_test_transparent_aead_finish()
/third_party/openhitls/crypto/paillier/src/
Dpaillier_encdec.c129 int32_t CRYPT_PAILLIER_PrvDec(const CRYPT_PAILLIER_Ctx *ctx, const BN_BigNum *ciphertext, uint32_t … in CRYPT_PAILLIER_PrvDec()
259 static int32_t CRYPT_PAILLIER_CheckCiphertext(const BN_BigNum* ciphertext, const CRYPT_PAILLIER_Prv… in CRYPT_PAILLIER_CheckCiphertext()
/third_party/ffmpeg/libavutil/tests/
Dblowfish.c117 static const uint8_t ciphertext[8] = { variable
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c186 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local
273 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local
446 unsigned char ciphertext[PSA_ASYMMETRIC_ENCRYPT_OUTPUT_MAX_SIZE] = in exercise_asymmetric_encryption_key() local
/third_party/openhitls/testcode/sdv/testcase/crypto/rsa/
Dtest_suite_sdv_eal_rsa_encrypt_decrypt.c74 …int keyLen, int padMode, int hashId, Hex *n, Hex *e, Hex *d, Hex *plaintext, Hex *ciphertext, int … in SDV_CRYPTO_RSA_CRYPT_FUNC_TC001()
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc381 uint8_t* ciphertext = static_cast<uint8_t*>(ciphertext_vec.iov_base); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local
540 const uint8_t* ciphertext = nullptr; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c1965 const char *ciphertext, const char *key) in test_akw_decrypt()
2019 const char *alg, const char *enc, const char *ciphertext, in test_akw_encrypt()
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc335 iovec_t ciphertext = {ciphertext_buffer, data_length + rp->tag_length}; in alts_iovec_record_protocol_privacy_integrity_protect() local
/third_party/libcoap/include/oscore/
Doscore_cose.h210 coap_bin_const_t ciphertext; member
/third_party/openhitls/tls/crypt/crypt_self/
Dcrypt_default.c226 int32_t CRYPT_DEFAULT_KemDecapsulate(HITLS_CRYPT_Key *key, const uint8_t *ciphertext, uint32_t ciph… in CRYPT_DEFAULT_KemDecapsulate()
/third_party/openhitls/tls/include/
Dhitls_crypt_reg.h40 uint8_t *ciphertext; /**< [OUT] Encapsulated ciphertext */ member
/third_party/openhitls/testcode/sdv/testcase/crypto/aes/
Dtest_suite_sdv_eal_aes_ccm.c562 Hex *plaintext, Hex *ciphertext) in SDV_CRYPTO_AES_CCM_UPDATE_FUNC_TC001()
/third_party/openhitls/tls/handshake/common/include/
Dhs_ctx.h118 uint8_t *ciphertext; /* local ciphertext */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c423 char *ciphertext; in test_ecb() member

12