OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t12_cipher
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
3673
const char *
t12_cipher
= NULL;
local
3691
t12_cipher
= TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256;
3695
t12_cipher
= TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256;
3716
if (
t12_cipher
!= NULL) {
3717
if (!TEST_true(SSL_CTX_set_cipher_list(sctx,
t12_cipher
))
3719
t12_cipher
)))
3732
if (
t12_cipher
!= NULL) {
3733
if (!TEST_true(SSL_set_cipher_list(serverssl,
t12_cipher
))
3735
t12_cipher
)))
3761
/* Below validation is not done when
t12_cipher
is NULL *
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
5283
const char *
t12_cipher
= NULL;
local
5301
t12_cipher
= TLS1_TXT_RSA_WITH_AES_128_SHA256;
5305
t12_cipher
= TLS1_TXT_RSA_WITH_AES_128_SHA256;
5328
if (
t12_cipher
!= NULL) {
5329
if (!TEST_true(SSL_CTX_set_cipher_list(sctx,
t12_cipher
))
5331
t12_cipher
)))
5344
if (
t12_cipher
!= NULL) {
5345
if (!TEST_true(SSL_set_cipher_list(serverssl,
t12_cipher
))
5347
t12_cipher
)))
5373
/* Below validation is not done when
t12_cipher
is NULL *
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
5660
const char *
t12_cipher
= NULL;
local
5678
t12_cipher
= TLS1_TXT_RSA_WITH_AES_128_SHA256;
5682
t12_cipher
= TLS1_TXT_RSA_WITH_AES_128_SHA256;
5710
if (
t12_cipher
!= NULL) {
5711
if (!TEST_true(SSL_CTX_set_cipher_list(sctx,
t12_cipher
))
5713
t12_cipher
)))
5726
if (
t12_cipher
!= NULL) {
5727
if (!TEST_true(SSL_set_cipher_list(serverssl,
t12_cipher
))
5729
t12_cipher
)))
5755
/* Below validation is not done when
t12_cipher
is NULL *
[
all
...]
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026