Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c158 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 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_local.h14 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
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()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h77 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member

Completed in 26 milliseconds