Home
last modified time | relevance | path

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

12345678910

/third_party/openssl/crypto/evp/
Dcmeth_lib.c25 EVP_CIPHER *cipher = evp_cipher_new(); in EVP_CIPHER_meth_new() local
36 EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher) in EVP_CIPHER_meth_dup()
58 void EVP_CIPHER_meth_free(EVP_CIPHER *cipher) in EVP_CIPHER_meth_free()
66 int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len) in EVP_CIPHER_meth_set_iv_length()
75 int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags) in EVP_CIPHER_meth_set_flags()
84 int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size) in EVP_CIPHER_meth_set_impl_ctx_size()
93 int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_init()
106 int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_do_cipher()
119 int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_cleanup()
129 int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher, in EVP_CIPHER_meth_set_set_asn1_params()
[all …]
Dasymcipher.c25 EVP_ASYM_CIPHER *cipher = NULL; in evp_pkey_asym_cipher_init() local
304 EVP_ASYM_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_ASYM_CIPHER)); in evp_asym_cipher_new() local
329 EVP_ASYM_CIPHER *cipher = NULL; in evp_asym_cipher_from_algorithm() local
441 void EVP_ASYM_CIPHER_free(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_free()
456 int EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_up_ref()
464 OSSL_PROVIDER *EVP_ASYM_CIPHER_get0_provider(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_provider()
489 int EVP_ASYM_CIPHER_is_a(const EVP_ASYM_CIPHER *cipher, const char *name) in EVP_ASYM_CIPHER_is_a()
494 int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher) in evp_asym_cipher_get_number()
499 const char *EVP_ASYM_CIPHER_get0_name(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_name()
504 const char *EVP_ASYM_CIPHER_get0_description(const EVP_ASYM_CIPHER *cipher) in EVP_ASYM_CIPHER_get0_description()
[all …]
Devp_enc.c83 const EVP_CIPHER *cipher, in evp_cipher_init_internal()
429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2()
436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
444 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
476 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
482 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex()
489 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2()
496 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit()
502 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex()
509 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2()
[all …]
Devp_lib.c84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex() local
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex() local
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
455 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags()
500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length()
648 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_key_length()
665 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
[all …]
Dp5_crpt.c27 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen_ex()
114 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS5_PBE_keyivgen()
/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/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.c71 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
85 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt()
201 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt()
265 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt()
365 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
/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/openssl/demos/cipher/
Daeskeywrap.c60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local
118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
Dariacbc.c59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local
117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
Daesgcm.c74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local
151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
Daesccm.c75 EVP_CIPHER *cipher = NULL; in aes_ccm_encrypt() local
162 EVP_CIPHER *cipher = NULL; in aes_ccm_decrypt() local
/third_party/openssl/providers/implementations/kdfs/
Dkrb5kdf.c52 PROV_CIPHER cipher; member
109 const EVP_CIPHER *cipher; in krb5kdf_derive() local
174 const EVP_CIPHER *cipher; in krb5kdf_get_ctx_params() local
327 const EVP_CIPHER *cipher, ENGINE *engine, in cipher_init()
355 static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, in KRB5KDF()
/third_party/openssl/crypto/pkcs12/
Dp12_crpt.c24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex()
79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
Dp12_p8e.c16 X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt_ex()
60 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
/third_party/openssl/test/
Dafalgtest.c31 const EVP_CIPHER *cipher; in test_afalg_aes_cbc() local
115 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()
207 static int do_test_bio_cipher(const EVP_CIPHER* cipher, int idx) in do_test_bio_cipher()
/third_party/openssl/crypto/cms/
Dcms_enc.c30 const EVP_CIPHER *cipher = NULL; in ossl_cms_EncryptedContent_init_bio() local
203 const EVP_CIPHER *cipher, in ossl_cms_EncryptedContent_init()
Dcms_env.c216 CMS_ContentInfo *CMS_EnvelopedData_create_ex(const EVP_CIPHER *cipher, in CMS_EnvelopedData_create_ex()
240 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher) in CMS_EnvelopedData_create()
246 CMS_AuthEnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx, in CMS_AuthEnvelopedData_create_ex()
270 CMS_ContentInfo *CMS_AuthEnvelopedData_create(const EVP_CIPHER *cipher) in CMS_AuthEnvelopedData_create()
525 const EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_ktri_decrypt() local
826 EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_kekri_encrypt() local
897 EVP_CIPHER *cipher = NULL; in cms_RecipientInfo_kekri_decrypt() local
/third_party/openssl/crypto/asn1/
Dp5_pbev2.c148 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set_iv()
156 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, in PKCS5_pbe2_set()
/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 …]

12345678910