Home | History | Annotate | Download | only in testprof

Lines Matching refs:gcm_init

1390    if ((err = gcm_init(&gcm, cipher_idx, key, 16)) != CRYPT_OK) { fprintf(stderr, "gcm_init: %s\n", error_to_string(err)); exit(EXIT_FAILURE); }