Home
last modified time | relevance | path

Searched refs:tlsmacsize (Results 1 – 18 of 18) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dcipher_null.c20 size_t tlsmacsize; member
73 if (!ctx->enc && ctx->tlsmacsize > 0) { in null_cipher()
78 if (inl < ctx->tlsmacsize) in null_cipher()
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
81 inl -= ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
168 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in null_set_ctx_params()
H A Dciphercommon.c321 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update()
499 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update()
500 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update()
503 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
504 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update()
584 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params()
628 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/include/prov/
H A Dciphercommon.h72 size_t tlsmacsize; /* Size of the TLS MAC */ member