Searched defs:ciphertext (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | cipher_test.cc | 116 const std::vector<uint8_t> &ciphertext, in TestOperation() 227 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
|
D | e_chacha20poly1305.c | 99 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()
|
D | e_aes.c | 1592 const uint8_t *nonce, const uint8_t *ciphertext, in hmac_calculate()
|
/external/boringssl/src/crypto/modes/ |
D | gcm_test.c | 65 const char *ciphertext; member 305 *nonce = NULL, *ciphertext = NULL, *tag = NULL, *out = NULL; in run_test_case() local
|
/external/srtp/srtp/ |
D | ekt.c | 150 aes_decrypt_with_raw_key(void *ciphertext, const void *key) { in aes_decrypt_with_raw_key()
|
/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 119 ciphertext []byte member
|
/external/boringssl/src/crypto/rsa/ |
D | rsa_test.cc | 539 uint8_t ciphertext[256]; in TestRSA() local
|
/external/srtp/crypto/include/ |
D | cipher.h | 133 uint8_t *ciphertext; /* ciphertext */ member
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_module_tests.c | 418 char *ciphertext; in test_ecb() member
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 1178 ciphertext []byte member
|
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 855 uint8_t userpass[128], ciphertext[128]; in HandleARDAuth() local
|
/external/boringssl/src/ssl/ |
D | t1_lib.c | 2566 const uint8_t *ciphertext = ticket + SSL_TICKET_KEY_NAME_LEN + iv_len; in tls_process_ticket() local
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 1511 const char* ciphertext, size_t ciphertext_len) {
|