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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 395 static int gcm_iv_generate(PROV_GCM_CTX *ctx, int offset) function
432 if (!ctx->enc || !gcm_iv_generate(ctx, 0))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
ciphercommon_gcm.c 377 static int gcm_iv_generate(PROV_GCM_CTX *ctx, int offset) function
414 if (!ctx->enc || !gcm_iv_generate(ctx, 0))

Completed in 29 milliseconds