Searched defs:CRYPTO_gcm128_finish (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dgcm.c1141 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const uint8_t *tag, size_t len) { function
1186 CRYPTO_gcm128_finish(ctx, NULL, 0);
/external/openssl/crypto/modes/
H A Dgcm128.c1511 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx,const unsigned char *tag, function
1554 CRYPTO_gcm128_finish(ctx, NULL, 0);
1840 if (CRYPTO_gcm128_finish(&ctx,T##n,16) || \
1847 if (CRYPTO_gcm128_finish(&ctx,T##n,16) || \

Completed in 79 milliseconds