Home
last modified time | relevance | path

Searched defs:key_len (Results 51 - 75 of 258) sorted by relevance

1234567891011

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_openbsd.c78 size_t key_len = params->key_len; local
/base/startup/hvb/libhvb/include/
H A Dhvb.h79 uint64_t key_len; member
/base/startup/hvb/libhvb/src/cmdline/
H A Dhvb_cmdline.c27 uint64_t key_len, value_len; in cmdline_append_option() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/
H A Ddrv_klad.c195 drv_cipher_klad_load_key(hi_u32 chn_id, hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len) drv_cipher_klad_load_key() argument
234 drv_cipher_klad_encrypt_key(hi_cipher_ca_type root_key, hi_cipher_klad_target target, hi_u8 *clean_key, hi_u8 *encrypt_key, hi_u32 key_len) drv_cipher_klad_encrypt_key() argument
/third_party/ffmpeg/libavformat/
H A Dhttpauth.c31 handle_basic_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_basic_params() argument
40 handle_digest_params(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_params() argument
66 handle_digest_update(HTTPAuthState *state, const char *key, int key_len, char **dest, int *dest_len) handle_digest_update() argument
[all...]
H A Drtmpdh.c321 av_cold FF_DH *ff_dh_init(int key_len) in ff_dh_init() argument
/third_party/curl/lib/
H A Dhash.c80 mk_hash_element(const void *key, size_t key_len, const void *p) in mk_hash_element() argument
105 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() argument
148 Curl_hash_delete(struct Curl_hash *h, void *key, size_t key_len) Curl_hash_delete() argument
175 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) Curl_hash_pick() argument
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_ffdh.c170 size_t key_len = PSA_BITS_TO_BYTES(attributes->bits); in mbedtls_psa_ffdh_export_public_key() local
/third_party/node/src/crypto/
H A Dcrypto_hmac.cc71 void Hmac::HmacInit(const char* hash_type, const char* key, int key_len) { in HmacInit() argument
/third_party/node/deps/cares/src/lib/
H A Dares_rand.c67 ares_rc4_generate_key(ares_rand_rc4 *rc4_state, unsigned char *key, size_t key_len) ares_rc4_generate_key() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c56 u8_t key_len; in snmpv3_auth() local
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dsshkdf.c45 size_t key_len; member
227 SSHKDF(const EVP_MD *evp_md, const unsigned char *key, size_t key_len, const unsigned char *xcghash, size_t xcghash_len, const unsigned char *session_id, size_t session_id_len, char type, unsigned char *okey, size_t okey_len) SSHKDF() argument
/third_party/node/deps/openssl/openssl/crypto/hmac/
H A Dhmac.c221 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, in HMAC() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
/third_party/openssl/crypto/evp/
H A Dcmeth_lib.c23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
/third_party/openssl/crypto/hmac/
H A Dhmac.c221 unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, in HMAC() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dsshkdf.c45 size_t key_len; member
227 SSHKDF(const EVP_MD *evp_md, const unsigned char *key, size_t key_len, const unsigned char *xcghash, size_t xcghash_len, const unsigned char *session_id, size_t session_id_len, char type, unsigned char *okey, size_t okey_len) SSHKDF() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array_too_long.h40 uint32_t key_len; /**< src/dst key length */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
162 aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) aes_siv_decrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_pax_common.c30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() argument
87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_vendor_test.c152 const int key_len = 64; in eap_vendor_test_getKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_vendor_test.c144 const int key_len = 64; in eap_vendor_test_getKey() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c168 wps_process_cred_network_key(struct wps_credential *cred, const u8 *key, size_t key_len) wps_process_cred_network_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ccm.c148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() argument
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad() argument
H A Daes-siv.c64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() argument
119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() argument
162 aes_siv_decrypt(const u8 *key, size_t key_len, const u8 *iv_crypt, size_t iv_c_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *out) aes_siv_decrypt() argument
[all...]

Completed in 12 milliseconds

1234567891011