Home
last modified time | relevance | path

Searched refs:removetlsfixed (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.c206 if (!ossl_assert(ctx->base.removetlsfixed >= AES_BLOCK_SIZE)) { in aes_set_ctx_params()
214 ctx->base.removetlsfixed -= AES_BLOCK_SIZE; in aes_set_ctx_params()
Dciphercommon.c494 if (!ossl_assert(*outl >= ctx->removetlsfixed)) in ossl_cipher_generic_stream_update()
496 *outl -= ctx->removetlsfixed; in ossl_cipher_generic_stream_update()
Dcipher_rc4_hmac_md5_hw.c45 bctx->removetlsfixed = MD5_DIGEST_LENGTH; in cipher_hw_rc4_hmac_md5_initkey()
Dcipher_aes_cbc_hmac_sha1_hw.c64 vctx->removetlsfixed = SHA_DIGEST_LENGTH + AES_BLOCK_SIZE; in aesni_cbc_hmac_sha1_init_key()
Dcipher_aes_cbc_hmac_sha256_hw.c66 vctx->removetlsfixed = SHA256_DIGEST_LENGTH + AES_BLOCK_SIZE; in aesni_cbc_hmac_sha256_init_key()
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h74 size_t removetlsfixed; /* member