Home
last modified time | relevance | path

Searched refs:expected_tag (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm_hw.c50 unsigned char *expected_tag, size_t taglen) in ossl_ccm_generic_auth_decrypt() argument
63 || CRYPTO_memcmp(tag, expected_tag, taglen) != 0) in ossl_ccm_generic_auth_decrypt()
H A Dcipher_aes_ccm_hw_s390x.inc236 unsigned char *expected_tag,
244 if (CRYPTO_memcmp(sctx->ccm.s390x.kmac.icv.b, expected_tag, ctx->m) != 0)
/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h104 unsigned char *expected_tag, size_t taglen);
/openssl/ssl/quic/
H A Dquic_wire_pkt.c807 unsigned char expected_tag[QUIC_RETRY_INTEGRITY_TAG_LEN]; in ossl_quic_validate_retry_integrity_tag() local
815 expected_tag)) in ossl_quic_validate_retry_integrity_tag()
820 return !CRYPTO_memcmp(expected_tag, actual_tag, in ossl_quic_validate_retry_integrity_tag()

Completed in 10 milliseconds