Searched defs:keylen (Results 176 - 200 of 259) sorted by relevance

1234567891011

/linux-master/include/uapi/linux/
H A Dtipc.h243 unsigned int keylen; /* in bytes */ member in struct:tipc_aead_key
/linux-master/drivers/crypto/ccree/
H A Dcc_hash.c77 u32 keylen; member in struct:hash_key_req_ctx
726 cc_hash_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
921 cc_xcbc_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
1007 cc_cmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
[all...]
H A Dcc_aead.c410 cc_get_plain_hmac_key(struct crypto_aead *tfm, const u8 *authkey, unsigned int keylen) argument
541 cc_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
638 cc_des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
655 cc_rfc4309_ccm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
2107 cc_rfc4106_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
2124 cc_rfc4543_gcm_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c1136 mv_cesa_ahmac_pad_init(struct ahash_request *req, const u8 *key, unsigned int keylen, u8 *ipad, u8 *opad, unsigned int blocksize) argument
1182 mv_cesa_ahmac_setkey(const char *hash_alg_name, const u8 *key, unsigned int keylen, void *istate, void *ostate) argument
1259 mv_cesa_ahmac_md5_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1330 mv_cesa_ahmac_sha1_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
1388 mv_cesa_ahmac_sha256_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/caam/
H A Ddesc_constr.h507 unsigned int keylen; member in struct:alginfo
H A Dcaamalg_qi.c200 aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
288 des3_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
363 gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
467 rfc4106_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
573 rfc4543_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
622 skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen, const u32 ctx1_iv_off) argument
669 aes_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
681 rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
702 ctr_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
722 des3_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
729 des_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
736 xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, unsigned int keylen) argument
[all...]
H A Dcaamhash.c364 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, argument
424 ahash_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
493 axcbc_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
513 acmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mlme.c1152 u8 keylen; local
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c409 qat_alg_skcipher_init_com(struct qat_alg_skcipher_ctx *ctx, struct icp_qat_fw_la_bulk_req *req, struct icp_qat_hw_cipher_algo_blk *cd, const u8 *key, unsigned int keylen) argument
451 qat_alg_skcipher_init_enc(struct qat_alg_skcipher_ctx *ctx, int alg, const u8 *key, unsigned int keylen, int mode) argument
464 qat_alg_xts_reverse_key(const u8 *key_forward, unsigned int keylen, u8 *key_reverse) argument
486 qat_alg_skcipher_init_dec(struct qat_alg_skcipher_ctx *ctx, int alg, const u8 *key, unsigned int keylen, int mode) argument
546 qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, unsigned int keylen, int mode) argument
574 qat_alg_skcipher_init_sessions(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) argument
589 qat_alg_aead_rekey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
603 qat_alg_aead_newkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
655 qat_alg_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
875 qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) argument
887 qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, const u8 *key, unsigned int keylen, int mode) argument
938 qat_alg_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen, int mode) argument
952 qat_alg_skcipher_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
959 qat_alg_skcipher_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
966 qat_alg_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/
H A Domap-aes.h95 int keylen; member in struct:omap_aes_ctx
H A Domap-des.c84 int keylen; member in struct:omap_des_ctx
647 omap_des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
665 omap_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
H A Datmel-tdes.c67 int keylen; member in struct:atmel_tdes_ctx
720 atmel_des_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
736 atmel_tdes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce.h301 u32 keylen; member in struct:sl3516_ce_cipher_tfm_ctx
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce.h275 u32 keylen; member in struct:sun8i_cipher_tfm_ctx
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h198 unsigned int keylen; member in struct:sun8i_cipher_req_ctx
211 u32 keylen; member in struct:sun8i_cipher_tfm_ctx
237 int keylen; member in struct:sun8i_ss_hash_tfm_ctx
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1309 u8 keylen; local
1371 rtw_ap_set_wep_key( struct adapter *padapter, u8 *key, u8 keylen, int keyid, u8 set_tx ) argument
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c175 static int set_aes_keylen(struct nfp_ipsec_cfg_add_sa *cfg, int alg, int keylen) argument
/linux-master/crypto/
H A Dcryptd.c227 cryptd_skcipher_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
471 cryptd_hash_setkey(struct crypto_ahash *parent, const u8 *key, unsigned int keylen) argument
719 cryptd_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) argument
H A Dgcm.c92 crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
687 crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) argument
895 crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c485 aspeed_acry_rsa_setkey(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, int priv) argument
532 aspeed_acry_rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
546 aspeed_acry_rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c393 otx_cpt_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
422 cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen, u8 cipher_type) argument
438 cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen, u8 cipher_type) argument
464 otx_cpt_skcipher_cbc_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
470 otx_cpt_skcipher_ecb_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
476 otx_cpt_skcipher_cbc_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
482 otx_cpt_skcipher_ecb_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
831 otx_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
890 otx_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
926 otx_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c411 otx2_cpt_skcipher_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
443 cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen, u8 cipher_type) argument
460 cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen, u8 cipher_type) argument
491 otx2_cpt_skcipher_cbc_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
497 otx2_cpt_skcipher_ecb_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
503 otx2_cpt_skcipher_cbc_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
509 otx2_cpt_skcipher_ecb_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, u32 keylen) argument
920 otx2_cpt_aead_cbc_aes_sha_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
972 otx2_cpt_aead_ecb_null_sha_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
1007 otx2_cpt_aead_gcm_aes_setkey(struct crypto_aead *cipher, const unsigned char *key, unsigned int keylen) argument
[all...]
/linux-master/arch/s390/crypto/
H A Daes_s390.c631 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c332 static int calc_hmac(u8 *digest, const u8 *key, unsigned int keylen, argument
/linux-master/net/ipv4/
H A Desp4.c1049 unsigned int keylen; local

Completed in 524 milliseconds

1234567891011