/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 28 cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) cast5_setkey_skcipher() argument
|
H A D | serpent_avx2_glue.c | 26 serpent_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) serpent_setkey_skcipher() argument
|
/kernel/linux/linux-6.6/crypto/ |
H A D | des_generic.c | 19 des_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) des_setkey() argument 51 des3_ede_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) des3_ede_setkey() argument
|
/kernel/linux/linux-6.6/security/integrity/platform_certs/ |
H A D | load_powerpc.c | 29 static __init void *get_cert_list(u8 *key, unsigned long keylen, u64 *size) in get_cert_list() argument
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | blake2s-selftest.c | 566 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); in blake2s_digest_test() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpdigest.c | 34 ff_rtmp_calc_digest(const uint8_t *src, int len, int gap, const uint8_t *key, int keylen, uint8_t *dst) ff_rtmp_calc_digest() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | rc4.c | 38 int keylen = key_bits >> 3; in av_rc4_init() local
|
/third_party/curl/lib/ |
H A D | hmac.c | 55 Curl_HMAC_init(const struct HMAC_params *hashparams, const unsigned char *key, unsigned int keylen) Curl_HMAC_init() argument 153 Curl_hmacit(const struct HMAC_params *hashparams, const unsigned char *key, const size_t keylen, const unsigned char *data, const size_t datalen, unsigned char *output) Curl_hmacit() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
|
H A D | cipher_aes_ocb_hw.c | 32 cipher_hw_aes_ocb_generic_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_generic_initkey() argument 64 cipher_hw_aes_ocb_aesni_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_aesni_initkey() argument 87 cipher_hw_aes_ocb_t4_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_t4_initkey() argument
|
H A D | cipher_chacha20_hw.c | 14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
|
H A D | cipher_rc4.c | 55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument 64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument
|
H A D | cipher_rc4_hw.c | 18 cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_rc4_initkey() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_open.c | 23 size_t keylen = 0; in EVP_OpenInit() local
|
/third_party/openssl/crypto/evp/ |
H A D | p_open.c | 23 size_t keylen = 0; in EVP_OpenInit() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb_hw.c | 32 cipher_hw_aes_ocb_generic_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_generic_initkey() argument 64 cipher_hw_aes_ocb_aesni_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_aesni_initkey() argument 87 cipher_hw_aes_ocb_t4_initkey(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) cipher_hw_aes_ocb_t4_initkey() argument
|
H A D | cipher_aes_gcm_hw.c | 20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
|
H A D | cipher_chacha20_hw.c | 14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
|
H A D | cipher_rc4.c | 55 static int rc4_einit(void *ctx, const unsigned char *key, size_t keylen, in rc4_einit() argument 64 static int rc4_dinit(void *ctx, const unsigned char *key, size_t keylen, in rc4_dinit() argument
|
H A D | cipher_rc4_hw.c | 18 cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_rc4_initkey() argument
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aes.c | 60 p8_aes_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) p8_aes_setkey() argument
|
/kernel/linux/linux-5.10/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-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-secvar.c | 74 static int opal_get_next_variable(const char *key, uint64_t *keylen, in opal_get_next_variable() argument
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | planetcore.c | 40 int keylen = strlen(key); in planetcore_get_key() local
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cipher.c | 19 setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) setkey_unaligned() argument 41 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) crypto_cipher_setkey() argument
|