Home
last modified time | relevance | path

Searched defs:ciphertext_len (Results 1 – 14 of 14) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dchachapoly.h94 uint64_t ciphertext_len; /**< The length (bytes) of the ciphertext. */ member
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c104 size_t msg_len, uint8_t *ciphertext_buf, size_t *ciphertext_len) in sm2_encrypt()
257 size_t ciphertext_len, uint8_t *ptext_buf, size_t *ptext_len) in sm2_decrypt()
/third_party/boringssl/src/ssl/
Dd1_pkt.cc236 size_t ciphertext_len; in dtls1_write_record() local
Dtls_record.cc224 uint16_t version, ciphertext_len; in tls_open_record() local
389 size_t suffix_len, ciphertext_len; in do_seal_record() local
Ds3_pkt.cc279 size_t ciphertext_len; in do_ssl3_write() local
Ddtls_record.cc330 size_t ciphertext_len; in dtls_seal_record() local
/third_party/boringssl/src/crypto/
Dimpl_dispatch_test.cc106 size_t ciphertext_len; in TEST_F() local
/third_party/boringssl/src/crypto/cipher_extra/
Daead_test.cc432 size_t ciphertext_len; in TEST_P() local
567 size_t ciphertext_len; in TEST_P() local
599 size_t ciphertext_len; in TEST_P() local
De_aesctrhmac.c124 size_t ciphertext_len) { in hmac_calculate()
De_chacha20poly1305.c159 const uint8_t *ciphertext, size_t ciphertext_len, in calc_tag()
/third_party/boringssl/src/crypto/rsa_extra/
Drsa_test.cc409 size_t ciphertext_len = 0; in TEST_P() local
/third_party/openssl/test/
Devp_extra_test.c385 int len, kek_len, ciphertext_len, plaintext_len; in test_EVP_Enveloped() local
Devp_test.c481 size_t ciphertext_len; member
/third_party/boringssl/src/crypto/hrss/
Dhrss.c2067 const uint8_t *ciphertext, size_t ciphertext_len) { in HRSS_decap()