Home
last modified time | relevance | path

Searched defs:peers_key (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/dh/
Ddh.c275 const BIGNUM *peers_key, BN_CTX *ctx) { in dh_compute_key()
324 int DH_compute_key_padded(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key_padded()
345 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key()
364 size_t max_out_len, const BIGNUM *peers_key, in DH_compute_key_hashed()
/external/rust/crates/quiche/deps/boringssl/src/crypto/dh/
Ddh.c393 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key()