Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dspake25519.c281 uint8_t *their_name; member
289 const uint8_t *their_name, size_t their_name_len) { in SPAKE2_CTX_new() argument
300 CBS_init(&their_name_cbs, their_name, their_name_len); in SPAKE2_CTX_new()
302 !CBS_stow(&their_name_cbs, &ctx->their_name, &ctx->their_name_len)) { in SPAKE2_CTX_new()
316 OPENSSL_free(ctx->their_name); in SPAKE2_CTX_free()
440 update_with_length_prefix(&sha, ctx->their_name, ctx->their_name_len); in SPAKE2_process_msg()
444 update_with_length_prefix(&sha, ctx->their_name, ctx->their_name_len); in SPAKE2_process_msg()
/external/boringssl/src/include/openssl/
Dcurve25519.h133 const uint8_t *their_name, size_t their_name_len);