Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 25 of 75) sorted by relevance

123

/third_party/openssl/crypto/rc2/
Drc2_ecb.c23 int encrypt) in RC2_ecb_encrypt()
Drc2cfb64.c21 int *num, int encrypt) in RC2_cfb64_encrypt()
Drc2_cbc.c14 RC2_KEY *ks, unsigned char *iv, int encrypt) in RC2_cbc_encrypt()
/third_party/openssl/crypto/rc5/
Drc5_ecb.c15 RC5_32_KEY *ks, int encrypt) in RC5_32_ecb_encrypt()
Drc5cfb64.c21 unsigned char *ivec, int *num, int encrypt) in RC5_32_cfb64_encrypt()
Drc5_enc.c16 int encrypt) in RC5_32_cbc_encrypt()
/third_party/node/test/parallel/
Dtest-crypto-ecb.js37 const encrypt = constant
Dtest-crypto-authenticated.js113 const encrypt = crypto.createCipheriv(test.algo, constant
167 const encrypt = crypto.createCipher(test.algo, test.password, options); constant
203 const encrypt = crypto.createCipheriv(test.algo, constant
225 const encrypt = constant
555 const encrypt = crypto.createCipheriv('aes-128-ccm', key, iv, options); constant
Dtest-crypto-padding-aes256.js34 function encrypt(val, pad) { function
/third_party/openssl/crypto/bf/
Dbf_ecb.c26 const BF_KEY *key, int encrypt) in BF_ecb_encrypt()
Dbf_cfb64.c21 unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
Dbf_enc.c103 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
/third_party/ltp/include/
Dtst_af_alg.h152 bool encrypt; member
/third_party/musl/porting/liteos_a/user/src/crypt/
Dencrypt.c25 void encrypt(char *block, int edflag) in encrypt() function
/third_party/musl/src/crypt/
Dencrypt.c23 void encrypt(char *block, int edflag) in encrypt() function
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c174 uint8_t encrypt[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local
223 encrypt[input_size + block_size], decrypt[input_size + block_size]; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local
269 uint8_t iv[block_size], input[input_size], encrypt[input_size], in cipher_example_encrypt_decrypt_aes_ctr_multi() local
/third_party/openssl/crypto/idea/
Di_cfb64.c21 unsigned char *ivec, int *num, int encrypt) in IDEA_cfb64_encrypt()
Di_cbc.c15 int encrypt) in IDEA_cbc_encrypt()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DAESEncrypt.java92 public byte[] encrypt(byte[] key, byte[] data) { in encrypt() method in AESEncrypt
/third_party/node/test/common/
Dtls.js114 encrypt(plain) { method in TestTLSSocket
/third_party/openssl/crypto/modes/
Docb128.c131 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_new()
152 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_init()
/third_party/openssl/test/
Digetest.c38 const int encrypt; member
83 const int encrypt; member
/third_party/libnl/lib/route/link/
Dmacsec.c61 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt; member
611 int rtnl_link_macsec_set_encrypt(struct rtnl_link *link, uint8_t encrypt) in rtnl_link_macsec_set_encrypt()
626 int rtnl_link_macsec_get_encrypt(struct rtnl_link *link, uint8_t *encrypt) in rtnl_link_macsec_get_encrypt()
/third_party/openssl/crypto/evp/
Devp_local.h28 int encrypt; /* encrypt or decrypt */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dctrl_iface_ap.c534 int encrypt; in hostapd_ctrl_iface_deauthenticate() local
596 int encrypt; in hostapd_ctrl_iface_disassociate() local

123