Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/modes/
Dccm.c193 static int ccm128_compute_mac(const CCM128_CONTEXT *ctx, in ccm128_compute_mac() function
242 ccm128_compute_mac(ctx, &state, key, out_tag, tag_len, in, len) && in CRYPTO_ccm128_encrypt()
255 ccm128_compute_mac(ctx, &state, key, out_tag, tag_len, out, len); in CRYPTO_ccm128_decrypt()