Public Attributes | List of all members
spake2_ctx_st Struct Reference

#include <internal.h>

Public Attributes

char disable_password_scalar_hack
 
uint8_t my_msg [32]
 
uint8_tmy_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_ttheir_name
 
size_t their_name_len
 

Detailed Description

Definition at line 127 of file third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h.

Member Data Documentation

◆ disable_password_scalar_hack

char spake2_ctx_st::disable_password_scalar_hack

◆ my_msg

uint8_t spake2_ctx_st::my_msg[32]

◆ my_name

uint8_t* spake2_ctx_st::my_name

◆ my_name_len

size_t spake2_ctx_st::my_name_len

◆ my_role

enum spake2_role_t spake2_ctx_st::my_role

◆ password_hash

uint8_t spake2_ctx_st::password_hash[64]

◆ password_scalar

uint8_t spake2_ctx_st::password_scalar[32]

◆ private_key

uint8_t spake2_ctx_st::private_key[32]

◆ state

enum spake2_state_t spake2_ctx_st::state

◆ their_name

uint8_t* spake2_ctx_st::their_name

◆ their_name_len

size_t spake2_ctx_st::their_name_len

The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:48