Searched defs:ciphertext (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | igetest.c | 227 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 D | tls13encryptiontest.c | 30 const char *ciphertext[3]; member
|
H A D | evp_extra_test.c | 1654 unsigned char ciphertext[32], plaintext[16]; in test_EVP_Enveloped() local 2386 uint8_t ciphertext[128]; in test_EVP_SM2() local 3441 unsigned char ciphertext[80]; in test_decrypt_null_chunks() local 3740 unsigned char ciphertext[32], oiv[16], iv[16]; in test_evp_iv_aes() local 3897 unsigned char ciphertext[32], oiv[8], iv[8]; in test_evp_iv_des() local
|
H A D | modes_internal_test.c | 195 unsigned char cleartext[64], ciphertext[64], vector[64]; in execute_cts128() local
|
H A D | evp_test.c | 881 unsigned char *ciphertext; member
|
/openssl/crypto/camellia/ |
H A D | camellia.c | 405 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()
|
/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 277 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
|
Completed in 43 milliseconds