| /third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
| D | rsa_vectors.js | 31 var ciphertext = { variable 54 ciphertext: ciphertext["sha-1, no label"] property 67 ciphertext: ciphertext["sha-256, no label"] property 80 ciphertext: ciphertext["sha-384, no label"] property 93 ciphertext: ciphertext["sha-512, no label"] property 106 ciphertext: ciphertext["sha-1, no label"] property 119 ciphertext: ciphertext["sha-256, no label"] property 132 ciphertext: ciphertext["sha-384, no label"] property 145 ciphertext: ciphertext["sha-512, no label"] property 158 ciphertext: ciphertext["sha-1, with label"] property [all …]
|
| D | rsa.js | 135 .then(function(ciphertext) { argument 149 .then(function(ciphertext) { argument 179 .then(function(ciphertext) { argument 194 .then(function(ciphertext) { argument 225 .then(function(ciphertext) { argument 250 .then(function(ciphertext) { argument 278 .then(function(ciphertext) { argument
|
| D | aes_gcm_96_iv_fixtures.js | 98 var ciphertext = { variable
|
| D | aes_gcm_256_iv_fixtures.js | 98 var ciphertext = { variable
|
| D | aes_ctr_vectors.js | 77 var ciphertext = { variable
|
| D | aes_cbc_vectors.js | 77 var ciphertext = { variable
|
| /third_party/node/test/fixtures/crypto/ |
| D | rsa.js | 77 const ciphertext = { variable 180 ciphertext: ciphertext['sha-1, no label'] property 193 ciphertext: ciphertext['sha-256, no label'] property 206 ciphertext: ciphertext['sha-384, no label'] property 219 ciphertext: ciphertext['sha-512, no label'] property 232 ciphertext: ciphertext['sha-1, no label'] property 245 ciphertext: ciphertext['sha-256, no label'] property 258 ciphertext: ciphertext['sha-384, no label'] property 271 ciphertext: ciphertext['sha-512, no label'] property 284 ciphertext: ciphertext['sha-1, with label'] property [all …]
|
| /third_party/openssl/test/ |
| 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
|
| D | tls13encryptiontest.c | 28 const char *ciphertext[3]; member
|
| /third_party/node/deps/openssl/openssl/crypto/camellia/ |
| 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()
|
| /third_party/node/test/parallel/ |
| D | test-webcrypto-encrypt-decrypt-rsa.js | 32 async function testDecryption({ ciphertext, property 71 ciphertext, property 174 async function testDecryptionWrongKey({ ciphertext, property 198 async function testDecryptionBadUsage({ ciphertext, property
|
| D | test-crypto-des3-wrap.js | 20 const ciphertext = cipher.update(test.plaintext, 'utf8'); constant
|
| D | test-crypto-authenticated.js | 573 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant 604 const ciphertext = Buffer.concat([cipher.update(plain), cipher.final()]); constant 712 const ciphertext = Buffer.concat([cipher.update('foo'), cipher.final()]); constant 771 const ciphertext = Buffer.concat([ constant 804 const ciphertext = Buffer.concat([ constant
|
| D | test-crypto-aes-wrap.js | 53 const ciphertext = cipher.update(data.text, 'utf8'); constant
|
| /third_party/openssl/crypto/camellia/ |
| 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()
|
| /third_party/mbedtls/library/ |
| D | psa_crypto_aead.c | 124 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()
|
| D | psa_crypto_driver_wrappers.c | 1435 … 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()
|
| /third_party/mbedtls/tests/src/drivers/ |
| D | test_driver_aead.c | 32 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/ffmpeg/libavutil/tests/ |
| D | blowfish.c | 117 static const uint8_t ciphertext[8] = { variable
|
| /third_party/mbedtls/tests/src/ |
| D | psa_exercise_key.c | 186 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/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
| D | jwe.c | 1965 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/node/deps/openssl/openssl/crypto/sm2/ |
| D | sm2_crypt.c | 272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
|
| /third_party/openssl/crypto/sm2/ |
| D | sm2_crypt.c | 272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
|
| /third_party/libcoap/include/oscore/ |
| D | oscore_cose.h | 210 coap_bin_const_t ciphertext; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| D | shared.c | 777 const uint8_t *ciphertext, size_t ciphertextlen, in ngtcp2_crypto_decrypt_cb() 991 const uint8_t *ciphertext; in ngtcp2_crypto_verify_retry_token() local 1167 const uint8_t *ciphertext; in ngtcp2_crypto_verify_regular_token() local
|