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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dinternal.h258 } CCM128_CONTEXT; typedef in typeref:struct:ccm128_context
263 int CRYPTO_ccm128_init(CCM128_CONTEXT *ctx, const void *key, block128_f block,
267 size_t CRYPTO_ccm128_max_input(const CCM128_CONTEXT *ctx);
272 int CRYPTO_ccm128_encrypt(const CCM128_CONTEXT *ctx, const void *key,
281 int CRYPTO_ccm128_decrypt(const CCM128_CONTEXT *ctx, const void *key,

Completed in 22 milliseconds