| /kernel/linux/linux-6.6/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 97 unsigned keylen; /* key length in bytes */ member [all...] |
| /kernel/linux/linux-6.6/crypto/ |
| H A D | essiv.c | 66 essiv_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) essiv_skcipher_setkey() argument 93 essiv_aead_setkey(struct crypto_aead *tfm, const u8 *key, unsigned int keylen) essiv_aead_setkey() argument
|
| H A D | chacha20poly1305.c | 474 chachapoly_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) chachapoly_setkey() argument
|
| H A D | adiantum.c | 117 adiantum_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) adiantum_setkey() argument
|
| H A D | aegis128-core.c | 366 crypto_aegis128_setkey(struct crypto_aead *aead, const u8 *key, unsigned int keylen) crypto_aegis128_setkey() argument
|
| H A D | hctr2.c | 129 hctr2_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) hctr2_setkey() argument
|
| H A D | rsa-pkcs1pad.c | 107 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
|
| /kernel/linux/linux-6.6/drivers/hv/ |
| H A D | hv_kvp.c | 521 int keylen = 0; in kvp_respond_to_host() local
|
| /kernel/linux/linux-6.6/security/integrity/evm/ |
| H A D | evm_crypto.c | 52 int evm_set_key(void *key, size_t keylen) in evm_set_key() argument
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | assoc_array.c | 483 size_t keylen; in assoc_array_insert_into_terminal_node() local 799 size_t keylen; in assoc_array_insert_mid_shortcut() local 1465 int keylen, slot, nr_free, next_slot, i; assoc_array_gc() local [all...] |
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nf_conncount.c | 59 unsigned int keylen; member 324 u8 keylen = data->keylen; in insert_tree() local 406 u8 keylen = data->keylen; in count_tree() local 527 nf_conncount_init(struct net *net, unsigned int family, unsigned int keylen) nf_conncount_init() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | cmac.c | 347 mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info, const unsigned char *key, size_t keylen, const unsigned char *input, size_t ilen, unsigned char *output) mbedtls_cipher_cmac() argument
|
| /third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
| H A D | sign.c | 151 hmacsha256(const uint8_t *key, size_t keylen, const uint8_t *txt, in hmacsha256() argument 291 size_t keylen; in calc_signing_key() local
|
| /third_party/libwebsockets/plugins/ssh-base/ |
| H A D | sshd.c | 148 int n, padc = 4, keylen; in offer() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_quic.cc | 364 int generate_quic_connection_id_encryption_key(uint8_t *key, size_t keylen, in generate_quic_connection_id_encryption_key() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_http.c | 751 size_t keylen; in nghttp3_http_parse_priority() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ocb.c | 104 static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_init() argument 141 static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_einit() argument 148 static int aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_dinit() argument 397 size_t keylen; in aes_ocb_set_ctx_params() local [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | hkdf.c | 149 static int kdf_hkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_hkdf_derive() argument 680 static int kdf_tls1_3_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_3_derive() argument 585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
| H A D | kmac_prov.c | 242 kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, size_t keylen) kmac_setkey() argument 267 kmac_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kmac_init() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_kari.c | 421 int keylen; in cms_wrap_init() local
|
| /third_party/openssl/crypto/cms/ |
| H A D | cms_kari.c | 421 int keylen; in cms_wrap_init() local
|
| /third_party/openssl/providers/implementations/macs/ |
| H A D | kmac_prov.c | 242 kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, size_t keylen) kmac_setkey() argument 267 kmac_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) kmac_init() argument
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_ocb.c | 104 static int aes_ocb_init(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_init() argument 141 static int aes_ocb_einit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_einit() argument 148 static int aes_ocb_dinit(void *vctx, const unsigned char *key, size_t keylen, in aes_ocb_dinit() argument 394 size_t keylen; in aes_ocb_set_ctx_params() local [all...] |
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | hkdf.c | 149 static int kdf_hkdf_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_hkdf_derive() argument 680 static int kdf_tls1_3_derive(void *vctx, unsigned char *key, size_t keylen, in kdf_tls1_3_derive() argument 585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | digestauth.c | 217 size_t keylen; in lookup_sub_value() local
|