Home
last modified time | relevance | path

Searched defs:keylen (Results 376 - 400 of 804) sorted by relevance

1...<<11121314151617181920>>...33

/kernel/linux/linux-6.6/crypto/
H A Dxcbc.c51 crypto_xcbc_digest_setkey(struct crypto_shash *parent, const u8 *inkey, unsigned int keylen) crypto_xcbc_digest_setkey() argument
H A Decdsa.c38 size_t keylen = ndigits * sizeof(u64); in ecdsa_get_signature_rs() local
141 size_t keylen = ctx->curve->g.ndigits * sizeof(u64); in ecdsa_verify() local
222 static int ecdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) in ecdsa_set_pub_key() argument
[all...]
H A Decrdsa.c191 ecrdsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, unsigned int keylen) ecrdsa_set_pub_key() argument
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c399 int keylen; in gss_import_v2_context() local
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_ccmp.c153 lib80211_ccmp_hdr(struct sk_buff *skb, int hdr_len, u8 *aeskey, int keylen, void *priv) lib80211_ccmp_hdr() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c94 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/libavformat/
H A Dcrypto.c44 int keylen; member
H A Doggparsevorbis.c44 int i, cnum, h, m, s, ms, keylen = strlen(key); in ogm_chapter() local
/third_party/libwebsockets/lib/core/
H A Dlws_map.c41 size_t keylen; member
228 lws_map_item_lookup(lws_map_t *map, const lws_map_key_t key, size_t keylen) in lws_map_item_lookup() argument
179 lws_map_item_create(lws_map_t *map, const lws_map_key_t key, size_t keylen, const lws_map_value_t value, size_t valuelen) lws_map_item_create() argument
[all...]
/third_party/mbedtls/library/
H A Dpkparse.c429 pk_parse_key_rfc8410_der(mbedtls_pk_context *pk, unsigned char *key, size_t keylen, const unsigned char *end, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_rfc8410_der() argument
604 pk_parse_key_sec1_der(mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_sec1_der() argument
742 pk_parse_key_pkcs8_unencrypted_der( mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) pk_parse_key_pkcs8_unencrypted_der() argument
865 mbedtls_pk_parse_key_pkcs8_encrypted_der( mbedtls_pk_context *pk, unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key_pkcs8_encrypted_der() argument
973 mbedtls_pk_parse_key(mbedtls_pk_context *pk, const unsigned char *key, size_t keylen, const unsigned char *pwd, size_t pwdlen, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_key() argument
1180 mbedtls_pk_parse_public_key(mbedtls_pk_context *ctx, const unsigned char *key, size_t keylen) mbedtls_pk_parse_public_key() argument
[all...]
H A Dpkcs5.c135 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2_ext() local
40 pkcs5_parse_pbkdf2_params(const mbedtls_asn1_buf *params, mbedtls_asn1_buf *salt, int *iterations, int *keylen, mbedtls_md_type_t *md_type) pkcs5_parse_pbkdf2_params() argument
H A Dpkcs12.c157 int ret, keylen = 0; in mbedtls_pkcs12_pbe_ext() local
76 pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, unsigned char *key, size_t keylen, unsigned char *iv, size_t ivlen) pkcs12_pbe_derive_key_iv() argument
H A Dpem.c75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() argument
215 static int pem_aes_decrypt(unsigned char aes_iv[16], unsigned int keylen, in pem_aes_decrypt() argument
H A Dmd.c969 int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen) in mbedtls_md_hmac_starts() argument
1072 mbedtls_md_hmac(const mbedtls_md_info_t *md_info, const unsigned char *key, size_t keylen, const unsigned char *input, size_t ilen, unsigned char *output) mbedtls_md_hmac() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.c38 static size_t ksl_nodelen(size_t keylen) { in ksl_nodelen() argument
56 void ngtcp2_ksl_init(ngtcp2_ksl *ksl, ngtcp2_ksl_compar compar, size_t keylen, in ngtcp2_ksl_init() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.c39 static size_t ksl_nodelen(size_t keylen) { in ksl_nodelen() argument
57 nghttp3_ksl_init(nghttp3_ksl *ksl, nghttp3_ksl_compar compar, size_t keylen, const nghttp3_mem *mem) nghttp3_ksl_init() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c165 int plen, keylen; in ecdh_cms_set_shared_info() local
254 int keylen; in ecdh_cms_encrypt() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c168 static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) in pkey_ec_derive() argument
215 pkey_ec_kdf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ec_kdf_derive() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c46 aesni_cbc_hmac_sha256_init_key(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) aesni_cbc_hmac_sha256_init_key() argument
H A Dcipher_aes_cbc_hmac_sha1_hw.c45 aesni_cbc_hmac_sha1_init_key(PROV_CIPHER_CTX *vctx, const unsigned char *key, size_t keylen) aesni_cbc_hmac_sha1_init_key() argument
H A Dcipher_aes_cbc_hmac_sha.c49 static int aes_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_einit() argument
58 static int aes_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_dinit() argument
186 size_t keylen; in aes_set_ctx_params() local
H A Dcipher_aes_wrp.c148 static int aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_einit() argument
155 static int aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_dinit() argument
264 size_t keylen in aes_wrap_set_ctx_params() local
97 aes_wrap_init(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) aes_wrap_init() argument
[all...]
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
H A Dciphercommon.c125 size_t keylen; in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_END() local
188 cipher_generic_init_internal(PROV_CIPHER_CTX *ctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[], int enc) cipher_generic_init_internal() argument
228 ossl_cipher_generic_einit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_einit() argument
236 ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, size_t keylen, const unsigned char *iv, size_t ivlen, const OSSL_PARAM params[]) ossl_cipher_generic_dinit() argument
[all...]
H A Dciphercommon_gcm.c48 static int gcm_init(void *vctx, const unsigned char *key, size_t keylen, in gcm_init() argument
81 int ossl_gcm_einit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_einit() argument
88 int ossl_gcm_dinit(void *vctx, const unsigned char *key, size_t keylen, in ossl_gcm_dinit() argument
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...33