Home
last modified time | relevance | path

Searched defs:key_len (Results 226 - 250 of 660) sorted by relevance

12345678910>>...27

/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-crypto-aes.c38 ccp_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_setkey() argument
144 ccp_aes_rfc3686_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) ccp_aes_rfc3686_setkey() argument
[all...]
H A Dccp-crypto-sha.c272 ccp_sha_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int key_len) ccp_sha_setkey() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-aes-ccm.c23 ccm_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm_aes_nx_set_key() argument
53 ccm4309_aes_nx_set_key(struct crypto_aead *tfm, const u8 *in_key, unsigned int key_len) ccm4309_aes_nx_set_key() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c217 int key_len; in ixgbevf_ipsec_parse_proto_keys() local
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c636 int key_len = clamp_val(ext->key_len, 0, SCM_KEY_LEN); in libipw_wx_set_encodeext() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dsimd.c50 simd_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) simd_skcipher_setkey() argument
290 simd_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int key_len) simd_aead_setkey() argument
H A Decrdsa.c41 unsigned int key_len; /* @key length (bytes) */ member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtcp_fastopen_backup_key.c42 static int key_len = KEY_LENGTH; variable
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsed-opal.h34 __u8 key_len; member
/third_party/ffmpeg/libavformat/
H A Dhlsproto.c93 handle_variant_args(struct variant_info *info, const char *key, int key_len, char **dest, int *dest_len) handle_variant_args() argument
/third_party/mbedtls/library/
H A Dnist_kw.c456 static const unsigned int key_len[] = { variable
/third_party/mbedtls/programs/cipher/
H A Dcipher_aead_demo.c156 int key_len = mbedtls_cipher_get_key_bitlen(ctx); in aead_prepare() local
/third_party/node/deps/cares/src/lib/
H A Dares__htable.c415 unsigned int ares__htable_hash_FNV1a(const unsigned char *key, size_t key_len, in ares__htable_hash_FNV1a() argument
432 ares__htable_hash_FNV1a_casecmp(const unsigned char *key, size_t key_len, unsigned int seed) ares__htable_hash_FNV1a_casecmp() argument
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c54 size_t key_len; member
326 cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len) cipher_init() argument
355 KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len, const unsigned char *constant, size_t constant_len, unsigned char *okey, size_t okey_len) KRB5KDF() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_large_align_field.h41 uint32_t key_len; /**< src/dst key length */ member
/third_party/pulseaudio/src/pulse/
H A Dproplist.c466 size_t key_len = 0, value_len = 0; in pa_proplist_from_string() local
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c54 size_t key_len; member
326 cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len) cipher_init() argument
355 KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine, const unsigned char *key, size_t key_len, const unsigned char *constant, size_t constant_len, unsigned char *okey, size_t okey_len) KRB5KDF() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmodargs.c121 size_t key_len = 0, value_len = 0; in parse() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sake_common.c209 static int eap_sake_kdf(const u8 *key, size_t key_len, const char *label, in eap_sake_kdf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() argument
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() argument
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sake_common.c209 static int eap_sake_kdf(const u8 *key, size_t key_len, const char *label, in eap_sake_kdf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() argument
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad() argument
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_cipher.h158 hi_cipher_aes_key_length key_len; /* Key length. aes-ecb/cbc/ctr support 128/192/256 bits key, ccm just support member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_upg_file.h133 hi_u32 key_len; /**< Length of Key(288Bytes).True length:RSA2048: 272 Bytes, ECDSA: 64Bytes. member
/kernel/linux/linux-5.10/crypto/
H A Dcamellia_generic.c968 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, unsigned int key_len) camellia_set_key() argument

Completed in 21 milliseconds

12345678910>>...27