Searched refs:ccm_cipher_internal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon_ccm.c | 17 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() 303 && ccm_cipher_internal(ctx, &dummy_out, outl, &dummy_in, 0) <= 0)) in ossl_ccm_stream_final() 326 if (ccm_cipher_internal(ctx, out, outl, in, inl) <= 0) in ossl_ccm_cipher() 391 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, in ccm_cipher_internal() function
|