OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:password_scalar
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/third_party/fiat/
internal.h
138
uint8_t
password_scalar
[32];
member in struct:spake2_ctx_st
/external/boringssl/src/crypto/curve25519/
spake25519.c
388
// the |x25519_sc_reduce|, just above. This meant that |ctx->
password_scalar
|
401
scalar
password_scalar
;
local
402
OPENSSL_memcpy(&
password_scalar
, password_tmp, sizeof(
password_scalar
));
404
// |
password_scalar
| is the result of |x25519_sc_reduce| and thus is, at
415
constant_time_eq_w(
password_scalar
.bytes[0] & 1, 1));
416
scalar_add(&
password_scalar
, &tmp);
421
constant_time_eq_w(
password_scalar
.bytes[0] & 2, 2));
422
scalar_add(&
password_scalar
, &tmp);
427
constant_time_eq_w(
password_scalar
.bytes[0] & 4, 4))
[
all
...]
Completed in 282 milliseconds