Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dcipher_test.cc116 const std::vector<uint8_t> &ciphertext, in TestOperation()
227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
De_chacha20poly1305.c99 size_t ad_len, const uint8_t *ciphertext, in aead_poly1305()
200 size_t ad_len, const uint8_t *ciphertext, in poly1305_update()
257 size_t ad_len, const uint8_t *ciphertext, in poly1305_update_old()
De_aes.c1592 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
/external/boringssl/src/crypto/modes/
Dgcm_test.c65 const char *ciphertext; member
305 *nonce = NULL, *ciphertext = NULL, *tag = NULL, *out = NULL; in run_test_case() 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/boringssl/src/crypto/rsa/
Drsa_test.cc539 uint8_t ciphertext[256]; in TestRSA() local
/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.go1178 ciphertext []byte member
/external/libvncserver/libvncclient/
Drfbproto.c855 uint8_t userpass[128], ciphertext[128]; in HandleARDAuth() local
/external/boringssl/src/ssl/
Dt1_lib.c2566 const uint8_t *ciphertext = ticket + SSL_TICKET_KEY_NAME_LEN + iv_len; in tls_process_ticket() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1511 const char* ciphertext, size_t ciphertext_len) {