Home
last modified time | relevance | path

Searched refs:do_encrypt (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Daesgcmtest.c38 static int do_encrypt(unsigned char *iv_gen, unsigned char *ct, int *ct_len, in do_encrypt() function
99 return do_encrypt(NULL, ct, &ctlen, tag, &taglen) in kat_test()
127 return do_encrypt(iv_gen, ct, &ctlen, tag, &taglen) in ivgen_test()
/openssl/demos/encrypt/
H A Drsa_encrypt.c96 static int do_encrypt(OSSL_LIB_CTX *libctx, in do_encrypt() function
221 if (!do_encrypt(libctx, msg, msg_len, &encrypted, &encrypted_len)) { in main()
/openssl/crypto/aria/
H A Daria.c1089 static void do_encrypt(unsigned char *o, const unsigned char *pin, in do_encrypt() function
1113 do_encrypt(out, in, key->rounds, key->rd_key); in ossl_aria_encrypt()
/openssl/doc/man3/
H A DEVP_EncryptInit.pod1582 int do_crypt(FILE *in, FILE *out, int do_encrypt)
1598 do_encrypt, NULL);
1603 EVP_CipherInit_ex2(ctx, NULL, key, iv, do_encrypt, NULL);

Completed in 22 milliseconds