代码搜索:TLS
找到约 2,313 项符合「TLS」的源代码
代码结果 2,313
www.eeworm.com/read/430527/8740724
m tls.m
function [x,flag] = tls(A,b)
%TLS Total-Least Squares solution to a set of linear equations
% [x,flag] = tls (A, b)
% Obtains the TLS solution to A x = b
% Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/285876/8803465
m tls.m
function [x,flag] = tls(A,b)
%TLS Total-Least Squares solution to a set of linear equations
% [x,flag] = tls (A, b)
% Obtains the TLS solution to A x = b
% Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/429300/8811859
pas tls.pas
unit TLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
www.eeworm.com/read/429300/8811860
dfm tls.dfm
www.eeworm.com/read/427616/8928496
pas tls.pas
unit TLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
www.eeworm.com/read/427616/8928499
dfm tls.dfm
www.eeworm.com/read/381717/9076187
txt tls.txt
TLS interoperability
1. Introduction
One of the basic foundations of the various SSL protocol versions SSL
v2 [SSLv2], SSL v3.0 [SSLv3], TLS 1.0 [RFC2246] and TLS 1.1 [RFC434
www.eeworm.com/read/181590/9245121
h tls.h
/*
* WPA Supplicant / SSL/TLS interface definition
* Copyright (c) 2004-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/372037/9524042
m tls.m
function [x,flag] = tls(A,b)
%TLS Total-Least Squares solution to a set of linear equations
% [x,flag] = tls (A, b)
% Obtains the TLS solution to A x = b
% Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/169087/9881315
h tls.h
#ifndef TLS_H
#define TLS_H
struct tls_connection;
struct tls_keys {
const u8 *master_key;
size_t master_key_len;
const u8 *client_random;
size_t client_random_len;
const u8 *server_random;
si