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

  /external/chromium_org/third_party/boringssl/src/ssl/
t1_enc.c 386 aead_ctx->fixed_nonce_len = iv_len;
392 if (aead_ctx->variable_nonce_len + aead_ctx->fixed_nonce_len != EVP_AEAD_nonce_length(aead))
750 if (aead->fixed_nonce_len + aead->variable_nonce_len > sizeof(nonce) ||
754 memcpy(nonce, aead->fixed_nonce, aead->fixed_nonce_len);
755 nonce_used = aead->fixed_nonce_len;
    [all...]
ssl_locl.h 633 unsigned char fixed_nonce_len, variable_nonce_len, tag_len; member in struct:ssl_aead_ctx_st
    [all...]

Completed in 249 milliseconds