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

  /external/boringssl/src/ssl/
ssl_aead_ctx.cc 90 aead_ctx->xor_fixed_nonce = 1;
106 aead_ctx->xor_fixed_nonce = 1;
215 if (aead->xor_fixed_nonce) {
240 if (aead->xor_fixed_nonce) {
295 if (aead->xor_fixed_nonce) {
319 assert(!aead->xor_fixed_nonce);
329 if (aead->xor_fixed_nonce) {
internal.h 422 /* xor_fixed_nonce is non-zero if the fixed nonce should be XOR'd into the
424 unsigned xor_fixed_nonce : 1; member in struct:ssl_aead_ctx_st
    [all...]

Completed in 72 milliseconds