HomeSort by relevance Sort by last modified time
    Searched refs:fixed_nonce_len_ (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 114 aead_ctx->fixed_nonce_len_ = fixed_iv.size();
256 nonce_len = fixed_nonce_len_ - variable_nonce_len_;
259 OPENSSL_memcpy(nonce, fixed_nonce_, fixed_nonce_len_);
260 nonce_len += fixed_nonce_len_;
280 assert(nonce_len == fixed_nonce_len_);
281 for (size_t i = 0; i < fixed_nonce_len_; i++) {
331 nonce_len = fixed_nonce_len_ - variable_nonce_len_;
334 OPENSSL_memcpy(nonce, fixed_nonce_, fixed_nonce_len_);
335 nonce_len += fixed_nonce_len_;
359 OPENSSL_memcpy(out_prefix, nonce + fixed_nonce_len_,
    [all...]
internal.h 704 uint8_t fixed_nonce_len_ = 0, variable_nonce_len_ = 0; member in class:bssl::SSLAEADContext
    [all...]

Completed in 65 milliseconds