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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 25 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
342 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) {
358 i = gcm_cipher_internal(ctx, out, outl, NULL, 0);
380 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0)
411 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, function
ciphercommon_gcm.c 25 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
342 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) {
358 i = gcm_cipher_internal(ctx, out, outl, NULL, 0);
380 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0)
411 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, function
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 24 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
324 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) {
340 i = gcm_cipher_internal(ctx, out, outl, NULL, 0);
362 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0)
393 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, function
ciphercommon_gcm.c 24 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out,
324 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0) {
340 i = gcm_cipher_internal(ctx, out, outl, NULL, 0);
362 if (gcm_cipher_internal(ctx, out, outl, in, inl) <= 0)
393 static int gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, function

Completed in 47 milliseconds