Home
last modified time | relevance | path

Searched defs:cipher (Results 451 - 475 of 735) sorted by relevance

1...<<11121314151617181920>>...30

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_crypto.h268 struct virtio_crypto_cipher_session_req cipher; member
444 struct virtio_crypto_cipher_data_req cipher; member
/kernel/linux/linux-6.6/drivers/crypto/
H A Dtalitos.c1491 static int skcipher_setkey(struct crypto_skcipher *cipher, in skcipher_setkey() argument
1508 static int skcipher_des_setkey(struct crypto_skcipher *cipher, in skcipher_des_setkey() argument
1515 skcipher_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_des3_setkey() argument
1522 skcipher_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) skcipher_aes_setkey() argument
1551 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_done() local
1572 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); common_nonsnoop() local
1642 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_edesc_alloc() local
1653 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_encrypt() local
1678 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(areq); skcipher_decrypt() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Docs-aes.c477 ocs_aes_set_key(struct ocs_aes_dev *aes_dev, u32 key_size, const u8 *key, enum ocs_cipher cipher) ocs_aes_set_key() argument
524 set_ocs_aes_command(struct ocs_aes_dev *aes_dev, enum ocs_cipher cipher, enum ocs_mode mode, enum ocs_instruction instruction) set_ocs_aes_command() argument
559 ocs_aes_init(struct ocs_aes_dev *aes_dev, enum ocs_mode mode, enum ocs_cipher cipher, enum ocs_instruction instruction) ocs_aes_init() argument
600 ocs_aes_validate_inputs(dma_addr_t src_dma_list, u32 src_size, const u8 *iv, u32 iv_size, dma_addr_t aad_dma_list, u32 aad_size, const u8 *tag, u32 tag_size, enum ocs_cipher cipher, enum ocs_mode mode, enum ocs_instruction instruction, dma_addr_t dst_dma_list) ocs_aes_validate_inputs() argument
796 ocs_aes_op(struct ocs_aes_dev *aes_dev, enum ocs_mode mode, enum ocs_cipher cipher, enum ocs_instruction instruction, dma_addr_t dst_dma_list, dma_addr_t src_dma_list, u32 src_size, u8 *iv, u32 iv_size) ocs_aes_op() argument
925 ocs_aes_gcm_op(struct ocs_aes_dev *aes_dev, enum ocs_cipher cipher, enum ocs_instruction instruction, dma_addr_t dst_dma_list, dma_addr_t src_dma_list, u32 src_size, const u8 *iv, dma_addr_t aad_dma_list, u32 aad_size, u8 *out_tag, u32 tag_size) ocs_aes_gcm_op() argument
1307 ocs_aes_ccm_op(struct ocs_aes_dev *aes_dev, enum ocs_cipher cipher, enum ocs_instruction instruction, dma_addr_t dst_dma_list, dma_addr_t src_dma_list, u32 src_size, u8 *iv, dma_addr_t adata_dma_list, u32 adata_size, u8 *in_tag, u32 tag_size) ocs_aes_ccm_op() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c61 mt7615_mac_get_cipher(int cipher) in mt7615_mac_get_cipher() argument
1193 mt7615_mac_wtbl_update_key(struct mt7615_dev *dev, struct mt76_wcid *wcid, struct ieee80211_key_conf *key, enum mt76_cipher_type cipher, u16 cipher_mask) mt7615_mac_wtbl_update_key() argument
1224 mt7615_mac_wtbl_update_pk(struct mt7615_dev *dev, struct mt76_wcid *wcid, enum mt76_cipher_type cipher, u16 cipher_mask, int keyidx) mt7615_mac_wtbl_update_pk() argument
1261 mt7615_mac_wtbl_update_cipher(struct mt7615_dev *dev, struct mt76_wcid *wcid, enum mt76_cipher_type cipher, u16 cipher_mask) mt7615_mac_wtbl_update_cipher() argument
1278 enum mt76_cipher_type cipher; __mt7615_mac_wtbl_set_key() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c139 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_rsn_oui_present() argument
165 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) in mwifiex_is_wpa_oui_present() argument
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c892 enum mt76_cipher_type cipher; in mt7603_wtbl_set_key() local
/kernel/linux/linux-6.6/net/wireless/
H A Dutil.c268 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher) in cfg80211_supported_cipher_suite() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvirtio_crypto.h169 struct virtio_crypto_cipher_session_req cipher; member
292 struct virtio_crypto_cipher_data_req cipher; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_crypto.h162 struct virtio_crypto_cipher_session_req cipher; member
248 struct virtio_crypto_cipher_data_req cipher; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_crypto.h162 struct virtio_crypto_cipher_session_req cipher; member
248 struct virtio_crypto_cipher_data_req cipher; member
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1036 static void set_ciphersuite(mbedtls_ssl_config *conf, const char *cipher, in set_ciphersuite() argument
/third_party/node/src/crypto/
H A Dcrypto_common.cc306 MaybeLocal<Value> GetCipherValue(Environment* env, const SSL_CIPHER* cipher) { in GetCipherValue() argument
1053 const SSL_CIPHER* cipher = SSL_CIPHER_find(ssl.get(), buf); in GetClientHelloCiphers() local
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/nghttp2/src/
H A Dh2load.cc893 auto cipher = SSL_get_current_cipher(ssl); in report_tls_info() local
H A Dshrpx_config.cc162 read_tls_ticket_key_file(const std::vector<StringRef> &files, const EVP_CIPHER *cipher, const EVP_MD *hmac) read_tls_ticket_key_file() argument
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs7.h148 const EVP_CIPHER *cipher; member
400 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
403 const EVP_CIPHER *cipher, int flags, variable

Completed in 43 milliseconds

1...<<11121314151617181920>>...30