| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| H A D | planetcore.c | 40 int keylen = strlen(key); in planetcore_get_key() local
|
| /kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
| H A D | p80211wep.c | 67 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 D | public_key.h | 25 u32 keylen; member
|
| /kernel/linux/linux-6.6/include/crypto/internal/ |
| H A D | kdf_selftest.h | 15 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 D | p80211wep.c | 46 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 D | key_gen.c | 44 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 D | aes.c | 61 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 D | camellia_aesni_avx_glue.c | 30 camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) camellia_setkey() argument
|
| H A D | serpent_sse2_glue.c | 27 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
| H A D | serpent_avx_glue.c | 35 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
| H A D | twofish_avx_glue.c | 30 twofish_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) twofish_setkey_skcipher() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | xbmdec.c | 48 int keylen = strlen(key); in parse_str_int() local
|
| /third_party/ffmpeg/libavutil/tests/ |
| H A D | hmac.c | 24 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 D | cipher_aes_xts_hw.c | 38 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 D | cipher_aes_siv.h | 27 size_t keylen; /* The input keylength (twice the alg key length) */ member
|
| H A D | cipher_desx_hw.c | 27 cipher_hw_desx_cbc_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_desx_cbc_initkey() argument
|
| H A D | cipher_rc5.c | 59 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 D | cipher_tdes_default_hw.c | 22 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 D | cipher_tdes_hw.c | 23 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 D | e_rc4.c | 80 int keylen; in rc4_init_key() local
|
| H A D | p_seal.c | 58 size_t keylen = len; in EVP_SealInit() local
|
| H A D | pbe_scrypt.c | 37 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 D | e_rc4.c | 80 int keylen; in rc4_init_key() local
|
| H A D | pbe_scrypt.c | 37 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 D | p_seal.c | 58 size_t keylen = len; in EVP_SealInit() local
|