Searched defs:keylen (Results 1 - 25 of 256) sorted by relevance

1234567891011

/linux-master/include/linux/
H A Dsed-opal-key.h19 int sed_read_key(char *keyname, char *key, u_int *keylen) { argument
23 int sed_write_key(char *keyname, char *key, u_int keylen) { argument
/linux-master/include/crypto/
H A Dxts.h11 xts_verify_key(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dsm2.h20 sm2_compute_z_digest(struct shash_desc *desc, const void *key, unsigned int keylen, void *dgst) argument
H A Daes.h37 static inline int aes_check_keylen(unsigned int keylen) argument
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.h32 u16 keylen; member in struct:cc_hkey_info
/linux-master/include/crypto/internal/
H A Ddes.h111 verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, int keylen) argument
119 verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, int keylen) argument
H A Dkdf_selftest.h15 size_t keylen; member in struct:kdf_testvec
24 kdf_test(const struct kdf_testvec *test, const char *name, int (*crypto_kdf_setkey)(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen), int (*crypto_kdf_generate)(struct crypto_shash *kmd, const struct kvec *info, unsigned int info_nvec, u8 *dst, unsigned int dlen)) argument
/linux-master/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.c27 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dcast6_avx_glue.c28 cast6_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dcast5_avx_glue.c28 cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dserpent_avx2_glue.c26 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dcamellia_aesni_avx_glue.c30 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dtwofish_avx_glue.c30 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dserpent_avx_glue.c35 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dserpent_sse2_glue.c27 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/crypto/
H A Ddes_generic.c19 des_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
51 des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dghash-generic.c55 ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Dxxhash_generic.c20 xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/lib/crypto/
H A Dblake2s-selftest.c566 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); local
/linux-master/security/integrity/platform_certs/
H A Dload_powerpc.c29 static __init void *get_cert_list(u8 *key, unsigned long keylen, u64 *size) argument
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c27 riscv64_sm4_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/powerpc/boot/
H A Dplanetcore.c40 int keylen = strlen(key); local
/linux-master/drivers/crypto/caam/
H A Dkey_gen.c44 gen_split_key(struct device *jrdev, u8 *key_out, struct alginfo * const adata, const u8 *key_in, u32 keylen, int max_keylen) argument
[all...]
/linux-master/drivers/staging/wlan-ng/
H A Dp80211wep.c46 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) argument
72 u32 i, j, k, crc, keylen; local
143 u32 i, j, k, crc, keylen; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes.c61 p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument

Completed in 412 milliseconds

1234567891011