| /kernel/linux/linux-6.6/crypto/ |
| H A D | crc32_generic.c | 36 crc32_setkey(struct crypto_shash *hash, const u8 *key, unsigned int keylen) crc32_setkey() argument
|
| H A D | cipher.c | 20 setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) setkey_unaligned() argument 43 crypto_cipher_setkey(struct crypto_cipher *tfm, const u8 *key, unsigned int keylen) crypto_cipher_setkey() argument [all...] |
| H A D | blowfish_common.c | 345 int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in blowfish_setkey() argument
|
| H A D | kdf_sp800108.c | 77 crypto_kdf108_setkey(struct crypto_shash *kmd, const u8 *key, size_t keylen, const u8 *ikm, size_t ikmlen) crypto_kdf108_setkey() argument
|
| H A D | xxhash_generic.c | 20 xxhash64_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) xxhash64_setkey() argument
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | xt_connlimit.c | 88 unsigned int keylen; in connlimit_mt_check() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
| H A D | pidfd_open_test.c | 86 static pid_t get_pid_from_fdinfo_file(int pidfd, const char *key, size_t keylen) in get_pid_from_fdinfo_file() argument
|
| /third_party/ffmpeg/libavutil/ |
| H A D | hmac.c | 46 int keylen; member 140 void av_hmac_init(AVHMAC *c, const uint8_t *key, unsigned int keylen) in av_hmac_init() argument 184 av_hmac_calc(AVHMAC *c, const uint8_t *data, unsigned int len, const uint8_t *key, unsigned int keylen, uint8_t *out, unsigned int outlen) av_hmac_calc() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_enc.c | 207 ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, const CMS_CTX *cms_ctx) ossl_cms_EncryptedContent_init() argument 226 CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, const unsigned char *key, size_t keylen) CMS_EncryptedData_set1_key() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_siv_hw.c | 20 static int aes_siv_initkey(void *vctx, const unsigned char *key, size_t keylen) in aes_siv_initkey() argument
|
| H A D | cipher_des_hw.c | 19 cipher_hw_des_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_des_initkey() argument
|
| H A D | cipher_rc4_hmac_md5_hw.c | 35 cipher_hw_rc4_hmac_md5_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) cipher_hw_rc4_hmac_md5_initkey() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
| H A D | ecx_exch.c | 39 size_t keylen; member 44 static void *ecx_newctx(void *provctx, size_t keylen) in ecx_newctx() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | kdf_lib.c | 140 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, in EVP_KDF_derive() argument
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | p5_scrypt.c | 48 size_t keylen = 0; in PKCS5_pbe2_set_scrypt() local 219 size_t keylen = 0; in PKCS5_v2_scrypt_keyivgen_ex() local 147 pkcs5_scrypt_set(const unsigned char *salt, size_t saltlen, size_t keylen, uint64_t N, uint64_t r, uint64_t p) pkcs5_scrypt_set() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | p5_scrypt.c | 48 size_t keylen = 0; in PKCS5_pbe2_set_scrypt() local 219 size_t keylen = 0; in PKCS5_v2_scrypt_keyivgen_ex() local 147 pkcs5_scrypt_set(const unsigned char *salt, size_t saltlen, size_t keylen, uint64_t N, uint64_t r, uint64_t p) pkcs5_scrypt_set() argument [all...] |
| /third_party/openssl/crypto/cms/ |
| H A D | cms_enc.c | 206 ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen, const CMS_CTX *cms_ctx) ossl_cms_EncryptedContent_init() argument 225 CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, const unsigned char *key, size_t keylen) CMS_EncryptedData_set1_key() argument [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | kdf_lib.c | 140 int EVP_KDF_derive(EVP_KDF_CTX *ctx, unsigned char *key, size_t keylen, in EVP_KDF_derive() argument
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_siv_hw.c | 20 static int aes_siv_initkey(void *vctx, const unsigned char *key, size_t keylen) in aes_siv_initkey() argument
|
| H A D | cipher_des_hw.c | 19 cipher_hw_des_initkey(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen) cipher_hw_des_initkey() argument
|
| H A D | cipher_rc4_hmac_md5_hw.c | 35 cipher_hw_rc4_hmac_md5_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, size_t keylen) cipher_hw_rc4_hmac_md5_initkey() argument
|
| /third_party/openssl/providers/implementations/exchange/ |
| H A D | ecx_exch.c | 39 size_t keylen; member 44 static void *ecx_newctx(void *provctx, size_t keylen) in ecx_newctx() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_internal-cipher.c | 23 size_t keylen; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_internal-cipher.c | 23 size_t keylen; member
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | blake2b_generic.c | 144 unsigned int keylen; member 147 blake2b_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) blake2b_setkey() argument [all...] |