Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/openssl/crypto/evp/
Dcmeth_lib.c18 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); in EVP_CIPHER_meth_new() local
28 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
38 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
43 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
49 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
55 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
61 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
71 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
81 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
88 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
[all …]
Devp_enc.c52 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
60 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
235 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
241 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
248 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
254 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dptksa_cache.h24 u32 cipher; member
55 ptksa_cache_get(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_get()
67 ptksa_cache_add(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher, in ptksa_cache_add()
74 const u8 *addr, u32 cipher) in ptksa_cache_flush()
Dptksa_cache.c133 const u8 *addr, u32 cipher) in ptksa_cache_get()
228 void ptksa_cache_flush(struct ptksa_cache *ptksa, const u8 *addr, u32 cipher) in ptksa_cache_flush()
268 const u8 *addr, u32 cipher, in ptksa_cache_add()
Dwpa_common.c351 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk()
594 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk()
1186 static bool pasn_use_sha384(int akmp, int cipher) in pasn_use_sha384()
1212 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk()
1311 u8 pasn_mic_len(int akmp, int cipher) in pasn_mic_len()
1340 int pasn_mic(const u8 *kck, int akmp, int cipher, in pasn_mic()
1416 int pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, in pasn_auth_frame_hash()
1515 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group()
1522 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group()
2042 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk()
[all …]
/third_party/node/benchmark/crypto/
Daes-gcm-throughput.js7 cipher: ['aes-128-gcm', 'aes-192-gcm', 'aes-256-gcm'], property
11 function main({ n, len, cipher }) { field
20 function AEAD_Bench(cipher, message, associate_data, key, iv, n, len) { argument
Dcipher-stream.js6 cipher: ['AES192', 'AES256'], property
14 function main({ api, cipher, type, len, writes }) { property
/third_party/node/lib/internal/crypto/
Dcipher.js96 function createCipherBase(cipher, credential, options, decipher, iv) { argument
110 function createCipher(cipher, password, options, decipher) { argument
117 function createCipherWithIV(cipher, key, options, decipher, iv) { argument
124 function Cipher(cipher, password, options) { argument
223 function Cipheriv(cipher, key, iv, options) { argument
248 function Decipher(cipher, password, options) { argument
260 function Decipheriv(cipher, key, iv, options) { argument
/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael-api-fst.c73 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
87 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
202 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
265 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
364 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DAESEncrypt.java107 Cipher cipher = Cipher.getInstance(cipherMod); in encrypt() local
149 Cipher cipher = Cipher.getInstance(cipherMod); in encryptCTR() local
187 Cipher cipher = Cipher.getInstance(cipherMod); in decrypt() local
/third_party/openssl/test/
Dafalgtest.c28 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
100 const EVP_CIPHER * cipher; in test_pr16743() local
Dbio_enc_test.c38 static int do_bio_cipher(const EVP_CIPHER* cipher, const unsigned char* key, in do_bio_cipher()
173 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.c352 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk()
554 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk()
1166 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group()
1174 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group()
1700 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk()
1940 const char * wpa_cipher_txt(int cipher) in wpa_cipher_txt()
2231 int wpa_cipher_key_len(int cipher) in wpa_cipher_key_len()
2252 int wpa_cipher_rsc_len(int cipher) in wpa_cipher_rsc_len()
2267 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg()
2293 int wpa_cipher_valid_pairwise(int cipher) in wpa_cipher_valid_pairwise()
[all …]
/third_party/node/test/parallel/
Dtest-crypto-des3-wrap.js19 const cipher = crypto.createCipheriv('des3-wrap', test.key, test.iv); constant
Dtest-crypto-update-encoding.js13 const cipher = () => crypto.createCipheriv('aes-128-cbc', key, iv); function
Dtest-crypto-keygen.js68 function getRegExpForPEM(label, cipher) { argument
79 const pkcs1EncExp = (cipher) => getRegExpForPEM('RSA PRIVATE KEY', cipher); argument
84 const sec1EncExp = (cipher) => getRegExpForPEM('EC PRIVATE KEY', cipher); argument
167 cipher: 'aes-256-cbc', property
198 cipher: 'aes-256-cbc', property
310 cipher: 'aes-128-cbc', property
400 cipher: 'aes-128-cbc', property
430 cipher: 'aes-128-cbc', property
463 cipher: 'aes-128-cbc', property
497 cipher: 'aes-128-cbc', property
[all …]
Dtest-crypto-authenticated-stream.js127 cipher: 'aes-128-ccm', property
136 cipher: 'aes-128-ccm', property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, in aes_unwrap()
Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
/third_party/node/lib/
Dcrypto.js117 function createCipher(cipher, password, options) { argument
121 function createCipheriv(cipher, key, iv, options) { argument
125 function createDecipher(cipher, password, options) { argument
129 function createDecipheriv(cipher, key, iv, options) { argument
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtp.c216 set_crypto_policy_cipher_auth (GstSrtpCipherType cipher, in set_crypto_policy_cipher_auth()
275 cipher_key_size (GstSrtpCipherType cipher) in cipher_key_size()
/third_party/FreeBSD/sys/dev/random/
Dhash.h48 cipherInstance cipher; /* Rijndael internal */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c33 int cipher; member
68 int akmp, int cipher, u8 status, in wpas_pasn_auth_status()
994 int akmp, int cipher, u16 group, int freq, in wpas_pasn_start()
1121 const u8 *bssid, int akmp, int cipher) in wpas_pasn_allowed()
1228 int akmp, int cipher, u16 group, int network_id, in wpas_pasn_auth_start()
1316 int cipher = pasn->cipher; in wpas_pasn_immediate_retry() local

12345678