Searched refs:pem_key (Results 1 – 4 of 4) sorted by relevance
138 std::string pem_key = rtc::SSLIdentity::DerToPem( in GenerateCertificate() local143 rtc::SSLIdentity::FromPEMStrings(pem_key, pem_cert)); in GenerateCertificate()
349 def sign(pem_key, data): argument367 utils.open_write_close(pem_key_file.name, pem_key)
98 std::string pem_key = rtc::SSLIdentity::DerToPem( in OnSuccess() local103 rtc::SSLIdentity::FromPEMStrings(pem_key, pem_cert)); in OnSuccess()
553 static tsi_result ssl_ctx_use_private_key(SSL_CTX* context, const char* pem_key, in ssl_ctx_use_private_key() argument559 pem = BIO_new_mem_buf((void*)pem_key, static_cast<int>(pem_key_size)); in ssl_ctx_use_private_key()