Home
last modified time | relevance | path

Searched refs:HRSS_private_key (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/include/openssl/
Dhrss.h31 struct HRSS_private_key { struct
64 struct HRSS_public_key *out_pub, struct HRSS_private_key *out_priv,
82 const struct HRSS_private_key *in_priv,
/external/boringssl/src/crypto/hrss/
Dhrss_test.cc176 HRSS_private_key priv; in TEST()
206 HRSS_private_key priv; in TEST()
247 HRSS_private_key priv; in TEST()
Dhrss.c1984 struct HRSS_private_key *ext) { in private_key_from_external()
1986 sizeof(struct HRSS_private_key) >= sizeof(struct private_key) + 15, in private_key_from_external()
1995 struct HRSS_public_key *out_pub, struct HRSS_private_key *out_priv, in HRSS_generate_key()
2066 const struct HRSS_private_key *in_priv, in HRSS_decap()
2069 private_key_from_external((struct HRSS_private_key *)in_priv); in HRSS_decap()
/external/boringssl/src/tool/
Dspeed.cc788 struct HRSS_private_key priv; in SpeedHRSS()
801 struct HRSS_private_key priv; in SpeedHRSS()
/external/boringssl/src/ssl/
Dssl_key_share.cc300 HRSS_private_key hrss_private_key_;