Searched refs:tlsversion (Results 1 – 6 of 6) sorted by relevance
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()
158 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion, in ossl_cipher_tlsunpadblock() argument166 switch (tlsversion) { in ossl_cipher_tlsunpadblock()
14 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
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()
196 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in rc4_hmac_md5_set_ctx_params()
66 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member