Searched refs:tlsmacsize (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_null.c | 20 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 D | ciphercommon.c | 330 ctx->tlsmacsize, 0)) { in ossl_cipher_generic_block_update() 518 if (ctx->tlsmacsize > 0) { in ossl_cipher_generic_stream_update() 519 if (*outl < ctx->tlsmacsize) in ossl_cipher_generic_stream_update() 522 ctx->tlsmac = out + *outl - ctx->tlsmacsize; in ossl_cipher_generic_stream_update() 523 *outl -= ctx->tlsmacsize; in ossl_cipher_generic_stream_update() 615 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in ossl_cipher_generic_get_ctx_params() 659 if (!OSSL_PARAM_get_size_t(p, &ctx->tlsmacsize)) { in ossl_cipher_generic_set_ctx_params()
|
H A D | cipher_chacha20.c | 77 dupctx->base.tlsmacsize); in chacha20_dupctx()
|
H A D | cipher_aes_wrp.c | 80 dctx->base.tlsmacsize); in aes_wrap_dupctx()
|
H A D | cipher_chacha20_poly1305.c | 72 dctx->base.tlsmacsize); in chacha20_poly1305_dupctx()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_null.c | 20 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 D | ciphercommon.c | 321 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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 73 size_t tlsmacsize; /* Size of the TLS MAC */ member
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 72 size_t tlsmacsize; /* Size of the TLS MAC */ member
|
Completed in 7 milliseconds