HomeSort by: relevance | last modified time | path
    Searched defs:ccm_cipher_internal (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
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)) {
296 i = ccm_cipher_internal(ctx, out, outl, NULL, 0);
317 if (ccm_cipher_internal(ctx, out, outl, in, inl) <= 0)
382 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, function
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
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)) {
296 i = ccm_cipher_internal(ctx, out, outl, NULL, 0);
317 if (ccm_cipher_internal(ctx, out, outl, in, inl) <= 0)
382 static int ccm_cipher_internal(PROV_CCM_CTX *ctx, unsigned char *out, function

Completed in 25 milliseconds