HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_CIPHER_PARAM_TLS_VERSION (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_rc4_hmac_md5.c 204 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
ciphercommon.c 107 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_TLS_VERSION, NULL),
672 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
cipher_aes_cbc_hmac_sha.c 197 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_names.h 69 #define OSSL_CIPHER_PARAM_TLS_VERSION "tls-version" /* uint */
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_rc4_hmac_md5.c 204 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
ciphercommon.c 106 OSSL_PARAM_uint(OSSL_CIPHER_PARAM_TLS_VERSION, NULL),
650 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
cipher_aes_cbc_hmac_sha.c 198 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION);
  /src/crypto/external/apache2/openssl/include/openssl/
core_names.h 214 # define OSSL_CIPHER_PARAM_TLS_VERSION "tls-version"
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_enc.c 160 *pprm++ = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_TLS_VERSION,
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c 79 *pprm++ = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_TLS_VERSION,
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 860 params[0] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_TLS_VERSION,
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 1272 params[0] = OSSL_PARAM_construct_int(OSSL_CIPHER_PARAM_TLS_VERSION,

Completed in 52 milliseconds