Home
last modified time | relevance | path

Searched refs:out_iv_len (Results 1 – 4 of 4) sorted by relevance

/ssl/
A Dt1_enc.cc49 size_t *out_key_len, size_t *out_iv_len, in get_key_block_lengths() argument
52 if (!ssl_cipher_get_evp_aead(&aead, out_mac_secret_len, out_iv_len, cipher, in get_key_block_lengths()
63 if (*out_key_len < *out_mac_secret_len + *out_iv_len) { in get_key_block_lengths()
67 *out_key_len -= *out_mac_secret_len + *out_iv_len; in get_key_block_lengths()
A Dssl_aead_ctx.cc411 bool SSLAEADContext::GetIV(const uint8_t **out_iv, size_t *out_iv_len) const { in GetIV()
413 EVP_AEAD_CTX_get_iv(ctx_.get(), out_iv, out_iv_len); in GetIV()
A Dssl_lib.cc2792 const uint8_t **out_write_iv, size_t *out_iv_len) { in SSL_get_ivs() argument
2801 if (!ssl->s3->aead_read_ctx->GetIV(out_read_iv, out_iv_len) || in SSL_get_ivs()
2803 *out_iv_len != write_iv_len) { in SSL_get_ivs()
A Dinternal.h601 bool GetIV(const uint8_t **out_iv, size_t *out_iv_len) const;

Completed in 38 milliseconds