Home
last modified time | relevance | path

Searched refs:tlsmac (Results 1 – 3 of 3) sorted by relevance

/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()
/openssl/providers/implementations/include/prov/
H A Dciphercommon.h78 unsigned char *tlsmac; /* tls MAC extracted from the last record */ member

Completed in 14 milliseconds