Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dciphercommon_ccm.c17 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out,
277 if (!ccm_cipher_internal(ctx, out, outl, in, inl)) { in ossl_ccm_stream_update()
293 i = ccm_cipher_internal(ctx, out, outl, NULL, 0); in ossl_ccm_stream_final()
314 if (ccm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_ccm_cipher()
379 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, in ccm_cipher_internal() function

Completed in 3 milliseconds