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

  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 47 OPENSSL_memset(fixed_nonce_, 0, sizeof(fixed_nonce_));
112 assert(fixed_iv.size() <= sizeof(aead_ctx->fixed_nonce_));
113 OPENSSL_memcpy(aead_ctx->fixed_nonce_, fixed_iv.data(), fixed_iv.size());
259 OPENSSL_memcpy(nonce, fixed_nonce_, fixed_nonce_len_);
282 nonce[i] ^= fixed_nonce_[i];
334 OPENSSL_memcpy(nonce, fixed_nonce_, fixed_nonce_len_);
367 nonce[i] ^= fixed_nonce_[i];
internal.h 701 // fixed_nonce_ contains any bytes of the nonce that are fixed for all
703 uint8_t fixed_nonce_[12]; member in class:bssl::SSLAEADContext
    [all...]

Completed in 458 milliseconds