#include <internal.h>
Public Attributes | |
char | disable_password_scalar_hack |
uint8_t | my_msg [32] |
uint8_t * | my_name |
size_t | my_name_len |
enum spake2_role_t | my_role |
uint8_t | password_hash [64] |
uint8_t | password_scalar [32] |
uint8_t | private_key [32] |
enum spake2_state_t | state |
uint8_t * | their_name |
size_t | their_name_len |
Definition at line 127 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
char spake2_ctx_st::disable_password_scalar_hack |
Definition at line 138 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t spake2_ctx_st::my_msg[32] |
Definition at line 129 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t* spake2_ctx_st::my_name |
Definition at line 132 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
size_t spake2_ctx_st::my_name_len |
Definition at line 133 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
enum spake2_role_t spake2_ctx_st::my_role |
Definition at line 136 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t spake2_ctx_st::password_hash[64] |
Definition at line 131 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t spake2_ctx_st::password_scalar[32] |
Definition at line 130 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t spake2_ctx_st::private_key[32] |
Definition at line 128 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
enum spake2_state_t spake2_ctx_st::state |
Definition at line 137 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
uint8_t* spake2_ctx_st::their_name |
Definition at line 134 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.
size_t spake2_ctx_st::their_name_len |
Definition at line 135 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.