Home
last modified time | relevance | path

Searched refs:tlsversion (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/providers/implementations/ciphers/ !
H A Dciphercommon_block.c141 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, in ossl_cipher_tlsunpadblock() argument
149 switch (tlsversion) { in ossl_cipher_tlsunpadblock()
H A Dciphercommon.c284 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_update()
317 if (ctx->tlsversion == SSL3_VERSION) { in ossl_cipher_generic_block_update()
349 && !ossl_cipher_tlsunpadblock(ctx->libctx, ctx->tlsversion, in ossl_cipher_generic_block_update()
429 if (ctx->tlsversion > 0) { in ossl_cipher_generic_block_final()
516 if (!ctx->enc && ctx->tlsversion > 0) { in ossl_cipher_generic_stream_update()
674 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) { in ossl_cipher_generic_set_ctx_params()
H A Dciphercommon_local.h14 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
H A Dcipher_aes_cbc_hmac_sha.c199 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params()
203 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params()
204 || 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()
/src/crypto/openssl/providers/implementations/include/prov/ !
H A Dciphercommon.h78 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member