/external/boringssl/src/ssl/ |
D | tls_record.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | d1_lib.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 88 bool dtls1_new(SSL *ssl) { in dtls1_new() argument 89 if (!tls_new(ssl)) { in dtls1_new() 94 tls_free(ssl); in dtls1_new() 98 ssl->d1 = d1.release(); in dtls1_new() [all …]
|
D | d1_pkt.cc | 4 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 6 * Redistribution and use in source and binary forms, with or without 24 * endorse or promote products derived from this software without 26 * openssl-core@openssl.org. 29 * nor may "OpenSSL" appear in their names without prior written 56 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 59 * This package is an SSL implementation written 61 * The implementation was written so as to conform with Netscapes SSL. 63 * This library is free for commercial and non-commercial use as long as 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation [all …]
|
D | t1_enc.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | dtls_method.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 70 static void dtls1_on_handshake_complete(SSL *ssl) { in dtls1_on_handshake_complete() argument 72 dtls1_stop_timer(ssl); in dtls1_on_handshake_complete() 74 // we must leave the flight around for post-handshake retransmission. in dtls1_on_handshake_complete() 75 if (ssl->d1->flight_has_reply) { in dtls1_on_handshake_complete() [all …]
|
D | s3_pkt.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | tls_method.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 57 #include <openssl/ssl.h> 70 static void tls_on_handshake_complete(SSL *ssl) { in tls_on_handshake_complete() argument 72 assert(!ssl->s3->has_message); in tls_on_handshake_complete() [all …]
|
D | s3_both.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | tls_record.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | d1_lib.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 88 bool dtls1_new(SSL *ssl) { in dtls1_new() argument 89 if (!tls_new(ssl)) { in dtls1_new() 94 tls_free(ssl); in dtls1_new() 98 ssl->d1 = d1.release(); in dtls1_new() [all …]
|
D | d1_pkt.cc | 4 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 6 * Redistribution and use in source and binary forms, with or without 24 * endorse or promote products derived from this software without 26 * openssl-core@openssl.org. 29 * nor may "OpenSSL" appear in their names without prior written 56 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 59 * This package is an SSL implementation written 61 * The implementation was written so as to conform with Netscapes SSL. 63 * This library is free for commercial and non-commercial use as long as 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation [all …]
|
D | t1_enc.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | dtls_method.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 70 static void dtls1_on_handshake_complete(SSL *ssl) { in dtls1_on_handshake_complete() argument 72 dtls1_stop_timer(ssl); in dtls1_on_handshake_complete() 74 // we must leave the flight around for post-handshake retransmission. in dtls1_on_handshake_complete() 75 if (ssl->d1->flight_has_reply) { in dtls1_on_handshake_complete() [all …]
|
D | s3_pkt.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | tls_method.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 57 #include <openssl/ssl.h> 70 static void tls_on_handshake_complete(SSL *ssl) { in tls_on_handshake_complete() argument 72 assert(!ssl->s3->has_message); in tls_on_handshake_complete() [all …]
|
D | s3_both.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | dtls_record.cc | 4 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 6 * Redistribution and use in source and binary forms, with or without 24 * endorse or promote products derived from this software without 26 * openssl-core@openssl.org. 29 * nor may "OpenSSL" appear in their names without prior written 56 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 59 * This package is an SSL implementation written 61 * The implementation was written so as to conform with Netscapes SSL. 63 * This library is free for commercial and non-commercial use as long as 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls_record.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | d1_lib.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 88 bool dtls1_new(SSL *ssl) { in dtls1_new() argument 89 if (!tls_new(ssl)) { in dtls1_new() 94 tls_free(ssl); in dtls1_new() 98 ssl->d1 = d1.release(); in dtls1_new() [all …]
|
D | d1_pkt.cc | 4 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 6 * Redistribution and use in source and binary forms, with or without 24 * endorse or promote products derived from this software without 26 * openssl-core@openssl.org. 29 * nor may "OpenSSL" appear in their names without prior written 56 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 59 * This package is an SSL implementation written 61 * The implementation was written so as to conform with Netscapes SSL. 63 * This library is free for commercial and non-commercial use as long as 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation [all …]
|
D | dtls_method.cc | 6 * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. 8 * Redistribution and use in source and binary forms, with or without 26 * endorse or promote products derived from this software without 28 * openssl-core@OpenSSL.org. 31 * nor may "OpenSSL" appear in their names without prior written 57 #include <openssl/ssl.h> 70 static void dtls1_on_handshake_complete(SSL *ssl) { in dtls1_on_handshake_complete() argument 72 dtls1_stop_timer(ssl); in dtls1_on_handshake_complete() 74 // we must leave the flight around for post-handshake retransmission. in dtls1_on_handshake_complete() 75 if (ssl->d1->flight_has_reply) { in dtls1_on_handshake_complete() [all …]
|
D | t1_enc.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | s3_pkt.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|
D | tls_method.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 57 #include <openssl/ssl.h> 70 static void tls_on_handshake_complete(SSL *ssl) { in tls_on_handshake_complete() argument 72 assert(!ssl->s3->has_message); in tls_on_handshake_complete() [all …]
|
D | s3_both.cc | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 8 * This library is free for commercial and non-commercial use as long as 11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 22 * Redistribution and use in source and binary forms, with or without 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 60 * Redistribution and use in source and binary forms, with or without 78 * endorse or promote products derived from this software without [all …]
|