Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dcipher_test.cc110 const std::vector<uint8_t> &ciphertext, in TestOperation()
204 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
De_aes.c1605 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
/external/boringssl/src/crypto/modes/
Dgcm_test.c65 const char *ciphertext; member
316 *nonce = NULL, *ciphertext = NULL, *tag = NULL, *out = NULL; in run_test_case() local
/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c71 u_int8_t ciphertext[BCRYPT_HASHSIZE] = in bcrypt_hash() local
/external/srtp/srtp/
Dekt.c150 aes_decrypt_with_raw_key(void *ciphertext, const void *key) { in aes_decrypt_with_raw_key()
/external/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go119 ciphertext []byte member
/external/srtp/crypto/include/
Dcipher.h133 uint8_t *ciphertext; /* ciphertext */ member
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c418 char *ciphertext; in test_ecb() member
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1195 ciphertext []byte member
/external/libvncserver/libvncclient/
Drfbproto.c834 uint8_t userpass[128], ciphertext[128]; in HandleARDAuth() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1507 const char* ciphertext, size_t ciphertext_len) {