Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:GCM_ENCRYPT

1682         gcm_process(gcm, pt, ptlen, pt, GCM_ENCRYPT)) != CRYPT_OK) {
5574 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)