HomeSort by: relevance | last modified time | path
    Searched defs:t12_cipher (Results 1 - 6 of 6) 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...]
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...]
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 5476 const char *t12_cipher = NULL; local
5494 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5498 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5526 if (t12_cipher != NULL) {
5527 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher))
5529 t12_cipher)))
5542 if (t12_cipher != NULL) {
5543 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher))
5545 t12_cipher)))
5571 /* Below validation is not done when t12_cipher is NULL *
    [all...]
sslapitest.c 5476 const char *t12_cipher = NULL; local
5494 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5498 t12_cipher = TLS1_TXT_RSA_WITH_AES_128_SHA256;
5526 if (t12_cipher != NULL) {
5527 if (!TEST_true(SSL_CTX_set_cipher_list(sctx, t12_cipher))
5529 t12_cipher)))
5542 if (t12_cipher != NULL) {
5543 if (!TEST_true(SSL_set_cipher_list(serverssl, t12_cipher))
5545 t12_cipher)))
5571 /* Below validation is not done when t12_cipher is NULL *
    [all...]

Completed in 190 milliseconds