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 86 aead_ctx->fixed_nonce_len = fixed_iv_len;
216 nonce_len = aead->fixed_nonce_len - aead->variable_nonce_len;
219 OPENSSL_memcpy(nonce, aead->fixed_nonce, aead->fixed_nonce_len);
220 nonce_len += aead->fixed_nonce_len;
241 assert(nonce_len == aead->fixed_nonce_len);
242 for (size_t i = 0; i < aead->fixed_nonce_len; i++) {
296 nonce_len = aead->fixed_nonce_len - aead->variable_nonce_len;
299 OPENSSL_memcpy(nonce, aead->fixed_nonce, aead->fixed_nonce_len);
300 nonce_len += aead->fixed_nonce_len;
324 OPENSSL_memcpy(out_prefix, nonce + aead->fixed_nonce_len,
    [all...]
internal.h 404 uint8_t fixed_nonce_len, variable_nonce_len; member in struct:ssl_aead_ctx_st
    [all...]

Completed in 49 milliseconds