Searched defs:keylen (Results 101 - 125 of 259) sorted by relevance

1234567891011

/linux-master/crypto/
H A Dcts.c76 crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
H A Dlrw.c68 lrw_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
H A Dpcrypt.c42 pcrypt_aead_setkey(struct crypto_aead *parent, const u8 *key, unsigned int keylen) argument
H A Dhmac.c31 hmac_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) argument
H A Dauthenc.c46 crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, unsigned int keylen) argument
84 crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, unsigned int keylen) argument
H A Dauthencesn.c58 crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, unsigned int keylen) argument
H A Dcmac.c50 crypto_cmac_digest_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) argument
H A Dxts.c41 xts_setkey(struct crypto_skcipher *parent, const u8 *key, unsigned int keylen) argument
H A Dalgif_skcipher.c353 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) argument
H A Daead.c23 setkey_unaligned(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
43 crypto_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
H A Dakcipher.c119 akcipher_default_set_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Decdsa.c222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Decrdsa.c191 ecrdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
H A Dshash.c19 shash_no_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
32 crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c181 chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c187 p10_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) argument
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c108 rk_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
123 rk_des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
139 rk_tdes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c261 static int cvm_validate_keylen(struct cvm_enc_ctx *ctx, u32 keylen) argument
232 cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
288 cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen, u8 cipher_type) argument
302 cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
308 cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
314 cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
321 cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, u32 keylen) argument
[all...]
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c165 nitrox_skcipher_setkey(struct crypto_skcipher *cipher, int aes_keylen, const u8 *key, unsigned int keylen) argument
197 nitrox_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
320 nitrox_3des_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
337 nitrox_aes_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
361 nitrox_aes_ctr_rfc3686_setkey(struct crypto_skcipher *cipher, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c29 sun8i_ss_hashkey(struct sun8i_ss_hash_tfm_ctx *tfmctx, const u8 *key, unsigned int keylen) argument
47 sun8i_ss_hmac_setkey(struct crypto_ahash *ahash, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c461 sun8i_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
490 sun8i_ce_des3_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c399 int keylen; local
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c63 riscv64_aes_setkey(struct crypto_aes_ctx *ctx, const u8 *key, unsigned int keylen) argument
89 riscv64_aes_setkey_cipher(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
97 riscv64_aes_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
344 riscv64_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
[all...]
/linux-master/arch/loongarch/crypto/
H A Dcrc32-loongarch.c125 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/include/crypto/
H A Dakcipher.h401 crypto_akcipher_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument
423 crypto_akcipher_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) argument

Completed in 501 milliseconds

1234567891011