Home
last modified time | relevance | path

Searched refs:tlsversion (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon.c261 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 Dciphercommon_block.c143 * 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 Dcipher_aes_cbc_hmac_sha.c200 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 Dcipher_rc4_hmac_md5.c206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c252 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 Dciphercommon_block.c143 * 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 Dcipher_aes_cbc_hmac_sha.c200 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 Dcipher_rc4_hmac_md5.c196 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 Dciphercommon.h67 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h66 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member

Completed in 9 milliseconds