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

  /src/crypto/external/apache2/openssl/dist/test/
evp_fetch_prov_test.c 262 static int encrypt_decrypt(const EVP_CIPHER *cipher, const unsigned char *msg, function
292 && TEST_true(encrypt_decrypt(cipher, testmsg, sizeof(testmsg)));
  /src/crypto/external/bsd/openssl/dist/test/
evp_fetch_prov_test.c 241 static int encrypt_decrypt(const EVP_CIPHER *cipher, const unsigned char *msg, function
271 && TEST_true(encrypt_decrypt(cipher, testmsg, sizeof(testmsg)));

Completed in 25 milliseconds