| /third_party/openssl/crypto/evp/ |
| D | cmeth_lib.c | 25 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 …]
|
| D | asymcipher.c | 25 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 …]
|
| D | evp_enc.c | 83 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 …]
|
| D | evp_lib.c | 84 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 …]
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| D | cmeth_lib.c | 25 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 …]
|
| D | asymcipher.c | 25 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 …]
|
| D | evp_enc.c | 83 const EVP_CIPHER *cipher, in evp_cipher_init_internal() 434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() 441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 449 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() 481 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() 487 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex() 494 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit_ex2() 501 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit() 507 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex() 514 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit_ex2() [all …]
|
| D | evp_lib.c | 84 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 …]
|
| /third_party/node/test/parallel/ |
| D | test-crypto-encoding-validation-error.js | 16 const cipher = createCipher(); constant 26 const cipher = createCipher(); constant 36 const cipher = createCipher(); constant 46 const cipher = createCipher(); constant
|
| /third_party/node/src/crypto/ |
| D | crypto_cipher.cc | 30 bool IsSupportedAuthenticatedMode(const EVP_CIPHER* cipher) { in IsSupportedAuthenticatedMode() 46 const EVP_CIPHER* cipher = EVP_CIPHER_CTX_cipher(ctx); in IsSupportedAuthenticatedMode() local 62 const EVP_CIPHER* cipher; in GetCipherInfo() local 229 const SSL_CIPHER* cipher = sk_SSL_CIPHER_value(ciphers, i); in GetSSLCiphers() local 368 const EVP_CIPHER* cipher, in CommonInit() 419 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); in Init() local 452 CipherBase* cipher; in Init() local 483 const EVP_CIPHER* const cipher = EVP_get_cipherbyname(cipher_type); in Init() local 524 CipherBase* cipher; in Init() local 659 CipherBase* cipher; in Init() local [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | ptksa_cache.h | 24 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()
|
| D | ptksa_cache.c | 133 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()
|
| D | wpa_common.c | 387 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk() 660 u8 *ick, size_t *ick_len, int akmp, int cipher, in fils_pmk_to_ptk() 1252 static bool pasn_use_sha384(int akmp, int cipher) in pasn_use_sha384() 1278 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk() 1377 u8 pasn_mic_len(int akmp, int cipher) in pasn_mic_len() 1406 int pasn_mic(const u8 *kck, int akmp, int cipher, in pasn_mic() 1482 int pasn_auth_frame_hash(int akmp, int cipher, const u8 *data, size_t len, in pasn_auth_frame_hash() 1583 int wpa_cipher_valid_group(int cipher) in wpa_cipher_valid_group() 1590 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group() 2110 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk() [all …]
|
| /third_party/node/lib/internal/crypto/ |
| D | cipher.js | 116 function createCipherBase(cipher, credential, options, decipher, iv) { argument 129 function createCipher(cipher, password, options, decipher) { argument 136 function createCipherWithIV(cipher, key, options, decipher, iv) { argument 149 function Cipher(cipher, password, options) { argument 245 function Cipheriv(cipher, key, iv, options) { argument 275 function Decipher(cipher, password, options) { argument 291 function Decipheriv(cipher, key, iv, options) { argument
|
| /third_party/FreeBSD/sys/crypto/rijndael/ |
| D | rijndael-api-fst.c | 70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() 84 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 200 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 264 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 364 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt()
|
| /third_party/node/benchmark/crypto/ |
| D | aes-gcm-throughput.js | 7 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
|
| D | cipher-stream.js | 6 cipher: ['AES192', 'AES256'], property 14 function main({ api, cipher, type, len, writes }) { property
|
| /third_party/openssl/demos/cipher/ |
| D | aeskeywrap.c | 60 EVP_CIPHER *cipher = NULL; in aes_wrap_encrypt() local 118 EVP_CIPHER *cipher = NULL; in aes_wrap_decrypt() local
|
| D | ariacbc.c | 59 EVP_CIPHER *cipher = NULL; in aria_cbc_encrypt() local 117 EVP_CIPHER *cipher = NULL; in aria_cbc_decrypt() local
|
| D | aesgcm.c | 74 EVP_CIPHER *cipher = NULL; in aes_gcm_encrypt() local 151 EVP_CIPHER *cipher = NULL; in aes_gcm_decrypt() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| D | krb5kdf.c | 52 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/providers/implementations/kdfs/ |
| D | krb5kdf.c | 52 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/node/deps/openssl/openssl/crypto/pkcs12/ |
| D | p12_crpt.c | 24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex() 79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
|
| /third_party/openssl/crypto/pkcs12/ |
| D | p12_crpt.c | 24 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen_ex() 79 ASN1_TYPE *param, const EVP_CIPHER *cipher, in PKCS12_PBE_keyivgen()
|
| /third_party/node/test/common/ |
| D | crypto.js | 100 function getRegExpForPEM(label, cipher) { argument 111 const pkcs1EncExp = (cipher) => getRegExpForPEM('RSA PRIVATE KEY', cipher); argument 116 const sec1EncExp = (cipher) => getRegExpForPEM('EC PRIVATE KEY', cipher); argument
|