Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c17 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out,
280 if (!ccm_cipher_internal(ctx, out, outl, in, inl)) { in ossl_ccm_stream_update()
296 i = ccm_cipher_internal(ctx, out, outl, NULL, 0); in ossl_ccm_stream_final()
317 if (ccm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_ccm_cipher()
382 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, in ccm_cipher_internal() function

Completed in 4 milliseconds