Searched refs:tlsversion (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 261 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_update() 294 if (ctx->tlsversion == SSL3_VERSION) { in ossl_cipher_generic_block_update() 327 && !ossl_cipher_tlsunpadblock(ctx->libctx, ctx->tlsversion, in ossl_cipher_generic_block_update() 407 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_final() 494 if (!ctx->enc && ctx->tlsversion > 0) { in ossl_cipher_generic_stream_update() 652 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
|
H A D | ciphercommon_block.c | 143 * tlsversion: The TLS version in use, e.g. SSL3_VERSION, TLS1_VERSION, etc 158 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, in ossl_cipher_tlsunpadblock() argument 166 switch (tlsversion) { in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_cbc_hmac_sha.c | 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params() 204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params() 205 || ctx->base.tlsversion == TLS1_VERSION) { in aes_set_ctx_params()
|
H A D | cipher_rc4_hmac_md5.c | 206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon.c | 252 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_update() 285 if (ctx->tlsversion == SSL3_VERSION) { in ossl_cipher_generic_block_update() 318 && !ossl_cipher_tlsunpadblock(ctx->libctx, ctx->tlsversion, in ossl_cipher_generic_block_update() 393 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_final() 475 if (!ctx->enc && ctx->tlsversion > 0) { in ossl_cipher_generic_stream_update() 621 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
|
H A D | ciphercommon_block.c | 143 * tlsversion: The TLS version in use, e.g. SSL3_VERSION, TLS1_VERSION, etc 158 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, in ossl_cipher_tlsunpadblock() argument 166 switch (tlsversion) { in ossl_cipher_tlsunpadblock()
|
H A D | cipher_aes_cbc_hmac_sha.c | 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params() 204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params() 205 || ctx->base.tlsversion == TLS1_VERSION) { in aes_set_ctx_params()
|
H A D | cipher_rc4_hmac_md5.c | 196 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 67 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 66 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member
|
Completed in 9 milliseconds