| /kernel/linux/linux-6.6/crypto/ |
| H A D | vmac.c | 53 struct crypto_cipher *cipher; member 602 struct crypto_cipher *cipher; in vmac_init_tfm() local [all...] |
| /kernel/linux/linux-6.6/net/wireless/ |
| H A D | wext-compat.c | 687 u32 cipher; cfg80211_wext_siwencodeext() local 1074 cfg80211_set_cipher_group(struct wireless_dev *wdev, u32 cipher) cfg80211_set_cipher_group() argument 1099 cfg80211_set_cipher_pairwise(struct wireless_dev *wdev, u32 cipher) cfg80211_set_cipher_pairwise() argument [all...] |
| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | key.c | 591 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | cipher.c | 136 mbedtls_psa_translate_cipher_type( mbedtls_cipher_type_t cipher) mbedtls_psa_translate_cipher_type() argument [all...] |
| H A D | gcm.c | 1023 mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES; in mbedtls_gcm_self_test() local 162 mbedtls_gcm_setkey(mbedtls_gcm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned char *key, unsigned int keybits) mbedtls_gcm_setkey() argument
|
| /third_party/mbedtls/tests/include/test/ |
| H A D | ssl_helpers.h | 91 const char *cipher; member
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| H A D | openssl.c | 202 const EVP_CIPHER *cipher = aead->native_handle; in ngtcp2_crypto_aead_ctx_encrypt_init() local 249 const EVP_CIPHER *cipher = aead->native_handle; in ngtcp2_crypto_aead_ctx_decrypt_init() local 299 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument 493 const EVP_CIPHER *cipher = aead->native_handle; ngtcp2_crypto_encrypt() local 532 const EVP_CIPHER *cipher = aead->native_handle; ngtcp2_crypto_decrypt() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
| H A D | wolfssl.c | 151 const WOLFSSL_EVP_CIPHER *cipher = aead->native_handle; in ngtcp2_crypto_aead_ctx_encrypt_init() local 168 const WOLFSSL_EVP_CIPHER *cipher = aead->native_handle; in ngtcp2_crypto_aead_ctx_decrypt_init() local 188 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
| H A D | boringssl.c | 200 const EVP_AEAD *cipher = aead->native_handle; in ngtcp2_crypto_aead_ctx_encrypt_init() local 329 const EVP_AEAD *cipher = aead->native_handle; in ngtcp2_crypto_encrypt() local 347 const EVP_AEAD *cipher = aead->native_handle; in ngtcp2_crypto_decrypt() local 241 ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, const ngtcp2_crypto_cipher *cipher, const uint8_t *key) ngtcp2_crypto_cipher_ctx_encrypt_init() argument 539 set_read_secret(SSL *ssl, enum ssl_encryption_level_t bssl_level, const SSL_CIPHER *cipher, const uint8_t *secret, size_t secretlen) set_read_secret() argument 556 set_write_secret(SSL *ssl, enum ssl_encryption_level_t bssl_level, const SSL_CIPHER *cipher, const uint8_t *secret, size_t secretlen) set_write_secret() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| H A D | ciphercommon.h | 99 PROV_CIPHER_HW_FN *cipher; member
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | x942kdf.c | 81 EVP_CIPHER *cipher; in find_alg_id() local
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_afalg.c | 747 static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in afalg_ciphers() argument [all...] |
| H A D | e_ossltest.c | 525 static int ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, in ossltest_ciphers() argument
|
| H A D | e_padlock.c | 547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, in padlock_ciphers() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_enc.c | 82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument 434 EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) EVP_CipherInit_ex2() argument 441 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit() argument 449 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument 481 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit() argument 487 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument 494 EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_EncryptInit_ex2() argument 501 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit() argument 507 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument 514 EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, const OSSL_PARAM params[]) EVP_DecryptInit_ex2() argument 1300 EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]) EVP_CIPHER_get_params() argument 1323 EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_params() argument 1331 EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_settable_ctx_params() argument 1342 EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher) EVP_CIPHER_gettable_ctx_params() argument 1378 const EVP_CIPHER *cipher = ctx->cipher; EVP_CIPHER_CTX_get_libctx() local 1477 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER)); evp_cipher_new() local 1526 EVP_CIPHER *cipher = NULL; evp_cipher_from_algorithm() local 1659 evp_cipher_up_ref(void *cipher) evp_cipher_up_ref() argument 1664 evp_cipher_free(void *cipher) evp_cipher_free() argument 1672 EVP_CIPHER *cipher = EVP_CIPHER_fetch() local 1680 EVP_CIPHER_up_ref(EVP_CIPHER *cipher) EVP_CIPHER_up_ref() argument 1689 evp_cipher_free_int(EVP_CIPHER *cipher) evp_cipher_free_int() argument 1697 EVP_CIPHER_free(EVP_CIPHER *cipher) EVP_CIPHER_free() argument [all...] |
| H A D | evp_local.h | 37 const EVP_CIPHER *cipher; member
|
| /third_party/node/deps/openssl/openssl/crypto/pem/ |
| H A D | pem_lib.c | 240 EVP_CIPHER_INFO cipher; in pem_bytes_read_bio_flags() local 414 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, in PEM_do_header() argument 487 PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher) PEM_get_EVP_CIPHER_INFO() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 213 const EVP_CIPHER *cipher; in PKCS7_dataInit() local 404 const EVP_CIPHER *cipher = NULL; in PKCS7_dataDecode() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | enc.c | 121 EVP_CIPHER *cipher = NULL; in enc_main() local 660 const EVP_CIPHER *cipher; show_ciphers() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_smime.c | 223 CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt_ex() argument 252 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 234 EVP_CIPHER *cipher; in test_r4_cipher() local 259 EVP_CIPHER *cipher; test_r4_40_cipher() local 286 const EVP_CIPHER *cipher; test_cipher_nids() local 298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | tls13_enc.c | 642 const EVP_CIPHER *cipher = NULL; in tls13_change_cipher_state() local [all...] |
| /third_party/openssl/crypto/cms/ |
| H A D | cms_smime.c | 223 CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt_ex() argument 253 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, in CMS_EncryptedData_encrypt() argument [all...] |
| /third_party/openssl/apps/ |
| H A D | enc.c | 121 EVP_CIPHER *cipher = NULL; in enc_main() local 657 const EVP_CIPHER *cipher; show_ciphers() local [all...] |
| /third_party/openssl/crypto/engine/ |
| H A D | eng_openssl.c | 234 EVP_CIPHER *cipher; in test_r4_cipher() local 259 EVP_CIPHER *cipher; test_r4_40_cipher() local 286 const EVP_CIPHER *cipher; test_cipher_nids() local 298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) openssl_ciphers() argument [all...] |