HomeSort by: relevance | last modified time | path
    Searched refs:tlsversion (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_local.h 14 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
ciphercommon_block.c 126 * tlsversion: The TLS version in use, e.g. SSL3_VERSION, TLS1_VERSION, etc
141 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
149 switch (tlsversion) {
ciphercommon.c 284 if (ctx->tlsversion > 0) {
317 if (ctx->tlsversion == SSL3_VERSION) {
349 && !ossl_cipher_tlsunpadblock(ctx->libctx, ctx->tlsversion,
429 if (ctx->tlsversion > 0) {
516 if (!ctx->enc && ctx->tlsversion > 0) {
674 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) {
cipher_aes_cbc_hmac_sha.c 199 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) {
203 if (ctx->base.tlsversion == SSL3_VERSION
204 || ctx->base.tlsversion == TLS1_VERSION) {
cipher_rc4_hmac_md5.c 206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) {
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_local.h 14 int ossl_cipher_tlsunpadblock(OSSL_LIB_CTX *libctx, unsigned int tlsversion,
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,
166 switch (tlsversion) {
ciphercommon.c 261 if (ctx->tlsversion > 0) {
294 if (ctx->tlsversion == SSL3_VERSION) {
327 && !ossl_cipher_tlsunpadblock(ctx->libctx, ctx->tlsversion,
407 if (ctx->tlsversion > 0) {
494 if (!ctx->enc && ctx->tlsversion > 0) {
652 if (!OSSL_PARAM_get_uint(p, &ctx->tlsversion)) {
cipher_aes_cbc_hmac_sha.c 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) {
204 if (ctx->base.tlsversion == SSL3_VERSION
205 || ctx->base.tlsversion == TLS1_VERSION) {
cipher_rc4_hmac_md5.c 206 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 78 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member in struct:prov_cipher_ctx_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 74 unsigned int tlsversion; /* If TLS padding is in use the TLS version number */ member in struct:prov_cipher_ctx_st

Completed in 34 milliseconds