Searched defs:label (Results 1 – 7 of 7) sorted by relevance
/ssl/ |
A D | tls13_enc.cc | 95 std::string_view label, in hkdf_expand_label_with_prefix() 128 std::string_view label, Span<const uint8_t> hash, in hkdf_expand_label() 160 const SSLTranscript &transcript, std::string_view label) { in derive_secret_with_transcript() 175 std::string_view label) { in derive_secret() 475 std::string_view label, in tls13_export_keying_material()
|
A D | t1_enc.cc | 40 Span<const uint8_t> secret, std::string_view label, in tls1_prf() 203 const char *label, size_t label_len, in SSL_export_keying_material()
|
A D | ssl_transcript.cc | 213 std::string_view label = from_server ? "server finished" : "client finished"; in GetFinishedMAC() local
|
A D | ssl_lib.cc | 179 bool ssl_log_secret(const SSL *ssl, const char *label, in ssl_log_secret()
|
A D | ssl_test.cc | 2554 const char *label = "EXPORTER-test-label"; in TEST() local
|
/ssl/test/runner/hpke/ |
A D | kem.go | 41 func labeledExtract(kdfHash crypto.Hash, salt, suiteID, label, ikm []byte) []byte { argument 54 func labeledExpand(kdfHash crypto.Hash, prk, suiteID, label, info []byte, length int) []byte { argument
|
/ssl/test/runner/ |
A D | prf.go | 77 func prf10(result, secret, label, seed []byte) { argument 357 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int, isDTLS bool) []… argument
|
Completed in 51 milliseconds