Home
last modified time | relevance | path

Searched defs:keylen (Results 426 - 450 of 797) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c144 static int kdf_pbkdf2_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pbkdf2_derive() argument
274 pbkdf2_derive(const char *pass, size_t passlen, const unsigned char *salt, int saltlen, uint64_t iter, const EVP_MD *digest, unsigned char *key, size_t keylen, int lower_bound_checks) pbkdf2_derive() argument
H A Dsskdf.c350 static int sskdf_derive(void *vctx, unsigned char *key, size_t keylen, in sskdf_derive() argument
419 static int x963kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x963kdf_derive() argument
H A Dscrypt.c152 static int kdf_scrypt_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_scrypt_derive() argument
410 scrypt_alg(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_MD *sha256, OSSL_LIB_CTX *libctx, const char *propq) scrypt_alg() argument
H A Dtls1_prf.c136 static int kdf_tls1_prf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_prf_derive() argument
H A Dpkcs12kdf.c200 static int kdf_pkcs12_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_pkcs12_derive() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c58 chacha20_poly1305_initkey(PROV_CIPHER_CTX *bctx, const unsigned char *key, size_t keylen) chacha20_poly1305_initkey() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpas_kay.c296 size_t keylen; in ieee802_1x_auth_get_msk() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_kay.c385 size_t keylen; in ieee802_1x_auth_get_msk() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ft.c453 int keylen; in wpa_ft_install_ptk() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_kay.c296 size_t keylen; in ieee802_1x_auth_get_msk() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_kay.c385 size_t keylen; in ieee802_1x_auth_get_msk() local
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dsha.c362 qce_ahash_hmac_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) qce_ahash_hmac_setkey() argument
H A Dcommon.c319 unsigned int keylen; in qce_setup_regs_skcipher() local
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-crc32.c90 stm32_crc_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) stm32_crc_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c67 u32 keylen; member
238 zynqmp_aes_aead_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) zynqmp_aes_aead_setkey() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dessiv.c65 essiv_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) essiv_skcipher_setkey() argument
92 essiv_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) essiv_aead_setkey() argument
H A Dahash.c137 ahash_setkey_unaligned(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ahash_setkey_unaligned() argument
157 ahash_nosetkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ahash_nosetkey() argument
172 crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) crypto_ahash_setkey() argument
H A Dalgif_aead.c512 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() argument
H A Dadiantum.c116 adiantum_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) adiantum_setkey() argument
H A Drsa-pkcs1pad.c107 pkcs1pad_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) pkcs1pad_set_pub_key() argument
128 pkcs1pad_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) pkcs1pad_set_priv_key() argument
H A Dchacha20poly1305.c474 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chachapoly_setkey() argument
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c103 virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, struct virtio_crypto_ctrl_header *header, void *para, const uint8_t *key, unsigned int keylen) virtio_crypto_alg_akcipher_init_session() argument
361 virtio_crypto_rsa_set_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen, bool private, int padding_algo, int hash_algo) virtio_crypto_rsa_set_key() argument
425 virtio_crypto_rsa_raw_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) virtio_crypto_rsa_raw_set_priv_key() argument
435 virtio_crypto_p1pad_rsa_sha1_set_priv_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) virtio_crypto_p1pad_rsa_sha1_set_priv_key() argument
444 virtio_crypto_rsa_raw_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) virtio_crypto_rsa_raw_set_pub_key() argument
453 virtio_crypto_p1pad_rsa_sha1_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) virtio_crypto_p1pad_rsa_sha1_set_pub_key() argument
[all...]
H A Dvirtio_crypto_algs.c114 virtio_crypto_alg_skcipher_init_session( struct virtio_crypto_skcipher_ctx *ctx, uint32_t alg, const uint8_t *key, unsigned int keylen, int encrypt) virtio_crypto_alg_skcipher_init_session() argument
252 virtio_crypto_alg_skcipher_init_sessions( struct virtio_crypto_skcipher_ctx *ctx, const uint8_t *key, unsigned int keylen) virtio_crypto_alg_skcipher_init_sessions() argument
284 virtio_crypto_skcipher_setkey(struct crypto_skcipher *tfm, const uint8_t *key, unsigned int keylen) virtio_crypto_skcipher_setkey() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c173 ghash_setkey(struct crypto_shash *tfm, const u8 *inkey, unsigned int keylen) ghash_setkey() argument
306 ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, unsigned int keylen) ghash_async_setkey() argument
382 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) gcm_aes_setkey() argument
673 rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) rfc4106_setkey() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dghash-ce-glue.c189 ghash_setkey(struct crypto_shash *tfm, const u8 *inkey, unsigned int keylen) ghash_setkey() argument
232 gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) gcm_aes_setkey() argument
480 rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, unsigned int keylen) rfc4106_setkey() argument

Completed in 22 milliseconds

1...<<11121314151617181920>>...32