Searched defs:keylen (Results 126 - 150 of 259) sorted by relevance

1234567891011

/linux-master/crypto/
H A Dalgif_hash.c397 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) argument
H A Daegis128-core.c366 crypto_aegis128_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
H A Dessiv.c66 essiv_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
93 essiv_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
H A Drsa-pkcs1pad.c130 pkcs1pad_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
151 pkcs1pad_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Dhctr2.c129 hctr2_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dadiantum.c117 adiantum_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dchacha20poly1305.c474 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
/linux-master/fs/orangefs/
H A Ddowncall.h71 __s32 keylen; member in struct:orangefs_listxattr_response
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c97 unsigned keylen; /* key length in bytes */ member in struct:ppp_mppe_state
[all...]
/linux-master/drivers/hv/
H A Dhv_kvp.c521 int keylen = 0; local
/linux-master/drivers/crypto/qce/
H A Dsha.c329 qce_ahash_hmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
H A Dcommon.c324 unsigned int keylen; local
H A Daead.c565 qce_aead_ccm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
595 qce_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c173 ghash_setkey(struct crypto_shash *tfm, const u8 *inkey, unsigned int keylen) argument
306 ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
382 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
673 rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c189 ghash_setkey(struct crypto_shash *tfm, const u8 *inkey, unsigned int keylen) argument
232 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
480 rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) argument
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c495 int keylen; local
/linux-master/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c751 aspeed_sham_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
H A Daspeed-hace-crypto.c428 aspeed_des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
574 aspeed_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c111 virtio_crypto_alg_skcipher_init_session( struct virtio_crypto_skcipher_ctx *ctx, uint32_t alg, const uint8_t *key, unsigned int keylen, int encrypt) argument
249 virtio_crypto_alg_skcipher_init_sessions( struct virtio_crypto_skcipher_ctx *ctx, const uint8_t *key, unsigned int keylen) argument
281 virtio_crypto_skcipher_setkey(struct crypto_skcipher *tfm, const uint8_t *key, unsigned int keylen) argument
[all...]
H A Dvirtio_crypto_akcipher_algs.c106 virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, struct virtio_crypto_ctrl_header *header, struct virtio_crypto_akcipher_session_para *para, const uint8_t *key, unsigned int keylen) argument
365 virtio_crypto_rsa_set_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private, int padding_algo, int hash_algo) argument
429 virtio_crypto_rsa_raw_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
439 virtio_crypto_p1pad_rsa_sha1_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
448 virtio_crypto_rsa_raw_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
457 virtio_crypto_p1pad_rsa_sha1_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c747 kmb_ocs_hcu_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/drivers/crypto/stm32/
H A Dstm32-crc32.c90 stm32_crc_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/net/netfilter/
H A Dnf_conncount.c59 unsigned int keylen; member in struct:nf_conncount_data
324 u8 keylen = data->keylen; local
406 u8 keylen = data->keylen; local
527 nf_conncount_init(struct net *net, unsigned int family, unsigned int keylen) argument
[all...]
/linux-master/lib/
H A Dassoc_array.c483 size_t keylen; local
799 size_t keylen; local
1465 int keylen, slot, nr_free, next_slot, i; local
[all...]
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c67 u32 keylen; member in struct:zynqmp_aead_tfm_ctx
241 zynqmp_aes_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
[all...]

Completed in 496 milliseconds

1234567891011