Home
last modified time | relevance | path

Searched refs:seq_copy (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/hpke/
H A Dhpke.c422 uint64_t seq_copy; in hpke_seqnonce2buf() local
424 if (ctx == NULL || blen < sizeof(seq_copy) || blen != ctx->noncelen) in hpke_seqnonce2buf()
426 seq_copy = ctx->seq; in hpke_seqnonce2buf()
428 for (i = 0; i < sizeof(seq_copy); i++) { in hpke_seqnonce2buf()
429 buf[blen - i - 1] = seq_copy & 0xff; in hpke_seqnonce2buf()
430 seq_copy >>= 8; in hpke_seqnonce2buf()

Completed in 8 milliseconds