Home
last modified time | relevance | path

Searched defs:keylen (Results 251 - 275 of 314) sorted by relevance

1...<<111213

/third_party/libdrm/intel/
H A Duthash.h1070 unsigned keylen; /* enclosing struct's key len */ global() member
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c1960 ntfs_index_remove(ntfs_inode *dir_ni, ntfs_inode *ni __attribute__((unused)), const void *key, const int keylen) ntfs_index_remove() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c145 size_t keylen = ngtcp2_crypto_aead_keylen(aead); in ngtcp2_crypto_derive_packet_protection_key() local
833 static int crypto_derive_token_key(uint8_t *key, size_t keylen, uint8_t *iv, in crypto_derive_token_key() argument
904 size_t keylen; in ngtcp2_crypto_generate_retry_token() local
982 size_t keylen; in ngtcp2_crypto_verify_retry_token() local
1087 size_t keylen; ngtcp2_crypto_generate_regular_token() local
1159 size_t keylen; ngtcp2_crypto_verify_regular_token() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c177 size_t keylen = crypto_aead_keylen(cipher); in ngtcp2_crypto_aead_ctx_encrypt_init() local
198 size_t keylen = crypto_aead_keylen(cipher); in ngtcp2_crypto_aead_ctx_decrypt_init() local
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c666 CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, unsigned char *key, size_t keylen, unsigned char *id, size_t idlen, ASN1_GENERALIZEDTIME *date, ASN1_OBJECT *otherTypeId, ASN1_TYPE *otherType) CMS_add0_recipient_key() argument
798 CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, unsigned char *key, size_t keylen) CMS_RecipientInfo_set0_key() argument
813 cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx) cms_get_key_wrap_cipher() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c749 ecx_validate(const void *keydata, int selection, int type, size_t keylen) ecx_validate() argument
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_devcrypto.c118 int keylen; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c346 size_t keylen = 0; in evp_cipher_cache_constants() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c925 unsigned int saltlen, keylen; in do_PVK_key_bio() local
820 do_PVK_body_key(const unsigned char **in, unsigned int saltlen, unsigned int keylen, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_body_key() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c724 validate_ecx_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen, const unsigned char **privkey, const unsigned char **pubkey) validate_ecx_derive() argument
751 pkey_ecx_derive25519(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ecx_derive25519() argument
764 pkey_ecx_derive448(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ecx_derive448() argument
1158 s390x_pkey_ecx_derive25519(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) s390x_pkey_ecx_derive25519() argument
1171 s390x_pkey_ecx_derive448(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) s390x_pkey_ecx_derive448() argument
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h1132 unsigned keylen; /* enclosing struct's key len */ global() member
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_env.c647 CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, unsigned char *key, size_t keylen, unsigned char *id, size_t idlen, ASN1_GENERALIZEDTIME *date, ASN1_OBJECT *otherTypeId, ASN1_TYPE *otherType) CMS_add0_recipient_key() argument
779 CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, unsigned char *key, size_t keylen) CMS_RecipientInfo_set0_key() argument
794 cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx) cms_get_key_wrap_cipher() argument
[all...]
/third_party/openssl/crypto/ec/
H A Decx_meth.c724 validate_ecx_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen, const unsigned char **privkey, const unsigned char **pubkey) validate_ecx_derive() argument
751 pkey_ecx_derive25519(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ecx_derive25519() argument
764 pkey_ecx_derive448(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ecx_derive448() argument
1158 s390x_pkey_ecx_derive25519(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) s390x_pkey_ecx_derive25519() argument
1171 s390x_pkey_ecx_derive448(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) s390x_pkey_ecx_derive448() argument
[all...]
/third_party/openssl/crypto/evp/
H A Devp_lib.c346 size_t keylen = 0; in evp_cipher_cache_constants() local
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c925 unsigned int saltlen, keylen; in do_PVK_key_bio() local
820 do_PVK_body_key(const unsigned char **in, unsigned int saltlen, unsigned int keylen, pem_password_cb *cb, void *u, int *isdss, int *ispub, OSSL_LIB_CTX *libctx, const char *propq) do_PVK_body_key() argument
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c746 ecx_validate(const void *keydata, int selection, int type, size_t keylen) ecx_validate() argument
[all...]
/third_party/openssl/engines/
H A De_devcrypto.c118 int keylen; member
/third_party/openssl/test/
H A Devp_pkey_provided_test.c1706 do_construct_hkdf_params(char *digest, char *key, size_t keylen, char *salt) do_construct_hkdf_params() argument
H A Devp_kdf_test.c193 construct_hkdf_params(char *digest, char *key, size_t keylen, char *salt, char *info) construct_hkdf_params() argument
1070 construct_kbkdf_params(char *digest, char *mac, unsigned char *key, size_t keylen, char *salt, char *info) construct_kbkdf_params() argument
/third_party/python/Modules/_sqlite/
H A Dcursor.c190 _pysqlite_get_converter(pysqlite_state *state, const char *keystr, Py_ssize_t keylen) _pysqlite_get_converter() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c1112 size_t keylen; in radius_msg_get_ms_keys() local
1161 size_t keylen; in radius_msg_get_cisco_keys() local
1555 radius_msg_get_tunnel_password(struct radius_msg *msg, int *keylen, const u8 *secret, size_t secret_len, struct radius_msg *sent_msg, size_t n) radius_msg_get_tunnel_password() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c429 size_t keylen; in hostapd_wpa_auth_get_msk() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c1112 size_t keylen; in radius_msg_get_ms_keys() local
1161 size_t keylen; in radius_msg_get_cisco_keys() local
1555 radius_msg_get_tunnel_password(struct radius_msg *msg, int *keylen, const u8 *secret, size_t secret_len, struct radius_msg *sent_msg, size_t n) radius_msg_get_tunnel_password() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c1071 int keylen, rsclen; local
1176 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) global() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c333 size_t keylen; in hostapd_wpa_auth_get_msk() local

Completed in 53 milliseconds

1...<<111213