Home
last modified time | relevance | path

Searched defs:keylen (Results 76 - 100 of 806) sorted by relevance

12345678910>>...33

/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dplanetcore.c40 int keylen = strlen(key); in planetcore_get_key() local
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dp80211wep.c67 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() argument
93 u32 i, j, k, crc, keylen; in wep_decrypt() local
164 u32 i, j, k, crc, keylen; wep_encrypt() local
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dpublic_key.h25 u32 keylen; member
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dkdf_selftest.h15 size_t keylen; member
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)) kdf_test() argument
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dp80211wep.c46 int wep_change_key(struct wlandevice *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() argument
72 u32 i, j, k, crc, keylen; in wep_decrypt() local
143 u32 i, j, k, crc, keylen; wep_encrypt() local
[all...]
/kernel/linux/linux-6.6/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) gen_split_key() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes.c61 p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) p8_aes_setkey() argument
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c30 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) camellia_setkey() argument
H A Dserpent_sse2_glue.c27 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
H A Dserpent_avx_glue.c35 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
H A Dtwofish_avx_glue.c30 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
/third_party/ffmpeg/libavcodec/
H A Dxbmdec.c48 int keylen = strlen(key); in parse_str_int() local
/third_party/ffmpeg/libavutil/tests/
H A Dhmac.c24 static void test(AVHMAC *hmac, const uint8_t *key, int keylen, in test() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c38 cipher_hw_aes_xts_generic_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_generic_initkey() argument
102 cipher_hw_aesni_xts_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aesni_xts_initkey() argument
125 cipher_hw_aes_xts_t4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_aes_xts_t4_initkey() argument
H A Dcipher_aes_siv.h27 size_t keylen; /* The input keylength (twice the alg key length) */ member
H A Dcipher_desx_hw.c27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
H A Dcipher_rc5.c59 static int rc5_einit(void *ctx, const unsigned char *key, size_t keylen, in rc5_einit() argument
68 static int rc5_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc5_dinit() argument
H A Dcipher_tdes_default_hw.c22 ossl_cipher_hw_tdes_ede2_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede2_initkey() argument
H A Dcipher_tdes_hw.c23 ossl_cipher_hw_tdes_ede3_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) ossl_cipher_hw_tdes_ede3_initkey() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_rc4.c80 int keylen; in rc4_init_key() local
H A Dp_seal.c58 size_t keylen = len; in EVP_SealInit() local
H A Dpbe_scrypt.c37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
90 EVP_PBE_scrypt(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen) EVP_PBE_scrypt() argument
/third_party/openssl/crypto/evp/
H A De_rc4.c80 int keylen; in rc4_init_key() local
H A Dpbe_scrypt.c37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
90 EVP_PBE_scrypt(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen) EVP_PBE_scrypt() argument
H A Dp_seal.c58 size_t keylen = len; in EVP_SealInit() local

Completed in 8 milliseconds

12345678910>>...33