Home
last modified time | relevance | path

Searched refs:tlsmac (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20.c75 if (dupctx != NULL && dupctx->base.tlsmac != NULL && dupctx->base.alloced) { in chacha20_dupctx()
76 dupctx->base.tlsmac = OPENSSL_memdup(dupctx->base.tlsmac, in chacha20_dupctx()
78 if (dupctx->base.tlsmac == NULL) { in chacha20_dupctx()
H A Dcipher_null.c21 const unsigned char *tlsmac; member
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
H A Dciphercommon.c182 OPENSSL_free(ctx->tlsmac); in ossl_cipher_generic_reset_ctx()
184 ctx->tlsmac = NULL; in ossl_cipher_generic_reset_ctx()
319 OPENSSL_free(ctx->tlsmac); in ossl_cipher_generic_block_update()
321 ctx->tlsmac = NULL; in ossl_cipher_generic_block_update()
329 blksz, &ctx->tlsmac, &ctx->alloced, in ossl_cipher_generic_block_update()
522 ctx->tlsmac = out + *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()
H A Dcipher_aes_wrp.c78 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in aes_wrap_dupctx()
79 dctx->base.tlsmac = OPENSSL_memdup(dctx->base.tlsmac, in aes_wrap_dupctx()
81 if (dctx->base.tlsmac == NULL) { in aes_wrap_dupctx()
H A Dcipher_chacha20_poly1305.c70 if (dctx != NULL && dctx->base.tlsmac != NULL && dctx->base.alloced) { in chacha20_poly1305_dupctx()
71 dctx->base.tlsmac = OPENSSL_memdup(dctx->base.tlsmac, in chacha20_poly1305_dupctx()
73 if (dctx->base.tlsmac == NULL) { in chacha20_poly1305_dupctx()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_null.c21 const unsigned char *tlsmac; member
80 ctx->tlsmac = in + inl - ctx->tlsmacsize; in null_cipher()
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) { in null_get_ctx_params()
H A Dciphercommon.c179 OPENSSL_free(ctx->tlsmac); in ossl_cipher_generic_reset_ctx()
181 ctx->tlsmac = NULL; in ossl_cipher_generic_reset_ctx()
310 OPENSSL_free(ctx->tlsmac); in ossl_cipher_generic_block_update()
312 ctx->tlsmac = NULL; in ossl_cipher_generic_block_update()
320 blksz, &ctx->tlsmac, &ctx->alloced, in ossl_cipher_generic_block_update()
503 ctx->tlsmac = out + *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()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h68 unsigned char *tlsmac; /* tls MAC extracted from the last record */ member
70 * Whether the tlsmac data has been allocated or
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h67 unsigned char *tlsmac; /* tls MAC extracted from the last record */ member
69 * Whether the tlsmac data has been allocated or

Completed in 7 milliseconds