Home
last modified time | relevance | path

Searched refs:do_decrypt (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Daesgcmtest.c66 static int do_decrypt(const unsigned char *iv, const unsigned char *ct, in do_decrypt() function
102 && do_decrypt(gcm_iv, ct, ctlen, tag, taglen); in kat_test()
128 && do_decrypt(iv_gen, ct, ctlen, tag, taglen); in ivgen_test()
/openssl/demos/encrypt/
H A Drsa_encrypt.c154 static int do_decrypt(OSSL_LIB_CTX *libctx, const char *in, size_t in_len, in do_decrypt() function
225 if (!do_decrypt(libctx, encrypted, encrypted_len, in main()

Completed in 31 milliseconds