Searched refs:do_encrypt (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/test/ |
H A D | aesgcmtest.c | 38 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() 126 return do_encrypt(iv_gen, ct, &ctlen, tag, &taglen) in ivgen_test()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 303 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt() 321 if (!do_encrypt) { in chachapoly_crypt() 342 if (do_encrypt) { in chachapoly_crypt() 302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) chachapoly_crypt() argument
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 1089 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()
|
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 1089 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()
|
/third_party/ffmpeg/libavformat/ |
H A D | hlsenc.c | 711 static int do_encrypt(AVFormatContext *s, VariantStream *vs) in do_encrypt() function 1786 if ((err = do_encrypt(s, vs)) < 0) in hls_start()
|
Completed in 10 milliseconds