Searched defs:keylen (Results 26 - 50 of 259) sorted by relevance

1234567891011

/linux-master/crypto/
H A Dgeniv.c19 aead_geniv_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) argument
H A Dcrc32c_generic.c72 chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Dmichael_mic.c129 michael_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
H A Dcrc32_generic.c36 crc32_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) argument
H A Dfcrypt.c300 static int fcrypt_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dkdf_sp800108.c77 crypto_kdf108_setkey(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen) argument
H A Dblowfish_common.c345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) argument
H A Dsig.c120 crypto_sig_set_pubkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) argument
129 crypto_sig_set_privkey(struct crypto_sig *tfm, const void *key, unsigned int keylen) argument
/linux-master/include/crypto/internal/
H A Dblake2b.h69 unsigned int keylen; member in struct:blake2b_tfm_ctx
72 crypto_blake2b_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/fs/hfs/
H A Dbfind.c58 u16 off, len, keylen; local
179 u16 off, len, keylen; local
[all...]
/linux-master/include/crypto/
H A Dblake2b.h42 __blake2b_init(struct blake2b_state *state, size_t outlen, const void *key, size_t keylen) argument
/linux-master/fs/cachefiles/
H A Dkey.c41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len; local
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish_glue_3way.c21 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Daria_gfni_avx512_glue.c69 aria_avx512_set_key(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dblowfish_glue.c53 blowfish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/net/netfilter/
H A Dxt_connlimit.c88 unsigned int keylen; local
/linux-master/arch/s390/crypto/
H A Dghash_s390.c41 ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c73 static int opal_get_next_variable(const char *key, u64 *keylen, u64 keybufsize) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks_sed_ops.c70 int sed_read_key(char *keyname, char *key, u_int *keylen) argument
100 int sed_write_key(char *keyname, char *key, u_int keylen) argument
/linux-master/arch/sparc/crypto/
H A Dcrc32c_glue.c32 crc32c_sparc64_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) argument
/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c51 p8_aes_cbc_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Daes_ctr.c50 p8_aes_ctr_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Daes_xts.c53 p8_aes_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) argument
H A Dghash.c55 p8_ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument
/linux-master/arch/riscv/crypto/
H A Dghash-riscv64-glue.c33 riscv64_ghash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) argument

Completed in 561 milliseconds

1234567891011