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

  /external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c 380 if (iv_len > sizeof(aead_ctx->fixed_nonce))
385 memcpy(aead_ctx->fixed_nonce, iv, iv_len);
754 memcpy(nonce, aead->fixed_nonce, aead->fixed_nonce_len);
    [all...]
ssl_locl.h 630 /* fixed_nonce contains any bytes of the nonce that are fixed for all
632 unsigned char fixed_nonce[8]; member in struct:ssl_aead_ctx_st
    [all...]

Completed in 116 milliseconds