Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c314 uint8_t s_copy[32]; in fe_frombytes() local
315 memcpy(s_copy, s, 32); in fe_frombytes()
316 s_copy[31] &= 0x7f; in fe_frombytes()
317 fe_frombytes_strict(h, s_copy); in fe_frombytes()