HomeSort by relevance Sort by last modified time
    Searched refs:psk_identity (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/ssl/test/
test_config.h 67 std::string psk_identity; member in struct:TestConfig
test_config.cc 153 { "-psk-identity", &TestConfig::psk_identity },
bssl_shim.cc 808 if (config->psk_identity.empty()) {
814 strcmp(hint, config->psk_identity.c_str()) != 0) {
820 if (config->psk_identity.size() >= max_identity_len ||
826 BUF_strlcpy(out_identity, config->psk_identity.c_str(),
836 if (strcmp(identity, config->psk_identity.c_str()) != 0) {
    [all...]
  /external/boringssl/src/ssl/
ssl_asn1.cc 253 if (in->psk_identity) {
255 !CBB_add_asn1_octet_string(&child, (const uint8_t *)in->psk_identity,
256 strlen(in->psk_identity))) {
618 if (!SSL_SESSION_parse_string(&session, &ret->psk_identity,
handshake_server.cc 1075 CBS psk_identity; local
    [all...]
ssl_session.cc 205 if (session->psk_identity != NULL) {
206 new_session->psk_identity = BUF_strdup(session->psk_identity);
207 if (new_session->psk_identity == NULL) {
894 OPENSSL_free(session->psk_identity);
    [all...]
handshake_client.cc     [all...]
ssl_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4150 char *psk_identity; member in struct:ssl_session_st
    [all...]

Completed in 96 milliseconds