Home
last modified time | relevance | path

Searched defs:keylen (Results 51 - 75 of 800) sorted by relevance

12345678910>>...32

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcast5_avx_glue.c28 cast5_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) cast5_setkey_skcipher() argument
H A Dserpent_avx2_glue.c26 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 Ddes_generic.c19 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 Dload_powerpc.c29 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 Dblake2s-selftest.c566 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); in blake2s_digest_test() local
/third_party/ffmpeg/libavformat/
H A Drtmpdigest.c34 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 Drc4.c38 int keylen = key_bits >> 3; in av_rc4_init() local
/third_party/curl/lib/
H A Dhmac.c55 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 Dcipher_aes_gcm_hw.c20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
H A Dcipher_aes_ocb_hw.c32 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 Dcipher_chacha20_hw.c14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
H A Dcipher_rc4.c55 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 Dcipher_rc4_hw.c18 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 Dp_open.c23 size_t keylen = 0; in EVP_OpenInit() local
/third_party/openssl/crypto/evp/
H A Dp_open.c23 size_t keylen = 0; in EVP_OpenInit() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c32 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 Dcipher_aes_gcm_hw.c20 aes_gcm_initkey(PROV_GCM_CTX *ctx, const unsigned char *key, size_t keylen) aes_gcm_initkey() argument
H A Dcipher_chacha20_hw.c14 chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) chacha20_initkey() argument
H A Dcipher_rc4.c55 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 Dcipher_rc4_hw.c18 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 Daes.c60 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 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-5.10/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c74 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 Dplanetcore.c40 int keylen = strlen(key); in planetcore_get_key() local
/kernel/linux/linux-5.10/crypto/
H A Dcipher.c19 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

Completed in 11 milliseconds

12345678910>>...32