| /base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/ |
| H A D | pake_client.h | 29 uint32_t key_length; member
|
| H A D | sts_client.h | 38 uint32_t key_length; member
|
| H A D | sts_server.h | 81 uint32_t key_length; member 110 uint32_t key_length; member
|
| H A D | pake_server.h | 70 uint32_t key_length; member
|
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_signature.c | 231 mbedtls_test_opaque_signature_sign_message( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_opaque_signature_sign_message() argument 298 mbedtls_test_opaque_signature_verify_message( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *signature, size_t signature_length) mbedtls_test_opaque_signature_verify_message() argument 348 mbedtls_test_opaque_signature_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_opaque_signature_sign_hash() argument 386 mbedtls_test_opaque_signature_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_test_opaque_signature_verify_hash() argument
|
| H A D | test_driver_asymmetric_encryption.c | 113 mbedtls_test_opaque_asymmetric_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_asymmetric_encrypt() argument 147 mbedtls_test_opaque_asymmetric_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, const uint8_t *salt, size_t salt_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_asymmetric_decrypt() argument
|
| H A D | test_driver_cipher.c | 130 mbedtls_test_transparent_cipher_encrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_encrypt_setup() argument 162 mbedtls_test_transparent_cipher_decrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_decrypt_setup() argument 316 mbedtls_test_opaque_cipher_encrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *iv, size_t iv_length, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_encrypt() argument 338 mbedtls_test_opaque_cipher_decrypt( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_decrypt() argument 357 mbedtls_test_opaque_cipher_encrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_encrypt_setup() argument 371 mbedtls_test_opaque_cipher_decrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_decrypt_setup() argument [all...] |
| H A D | test_driver_key_management.c | 128 mbedtls_test_opaque_wrap_key( const uint8_t *key, size_t key_length, uint8_t *wrapped_key_buffer, size_t wrapped_key_buffer_size, size_t *wrapped_key_buffer_length) mbedtls_test_opaque_wrap_key() argument 191 mbedtls_test_transparent_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_transparent_generate_key() argument 253 mbedtls_test_opaque_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_opaque_generate_key() argument 445 mbedtls_test_opaque_export_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_key() argument 608 mbedtls_test_opaque_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_public_key() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _dbmmodule.c.h | 65 Py_ssize_t key_length; in _dbm_dbm_get() local 100 Py_ssize_t key_length; in _dbm_dbm_setdefault() local
|
| H A D | _gdbmmodule.c.h | 168 Py_ssize_t key_length; in _gdbm_gdbm_nextkey() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| H A D | upg_check_secure.c | 184 hi_void upg_get_subkey(hi_u8 *key, hi_u32 key_length, HI_CONST hi_upg_head *upg_head) in upg_get_subkey() argument 254 hi_u32 key_length = 0; in upg_check_upg_file_code() local 305 hi_u32 key_length = 0; /* 2 key length: (px+py) or (key_n+key_e) */ upg_check_upg_file_head() local [all...] |
| /third_party/curl/lib/ |
| H A D | hash.c | 274 size_t Curl_hash_str(void *key, size_t key_length, size_t slots_num) in Curl_hash_str() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_mac.c | 31 psa_hmac_setup_internal( mbedtls_psa_hmac_operation_t *hmac, const uint8_t *key, size_t key_length, psa_algorithm_t hash_alg) psa_hmac_setup_internal() argument [all...] |
| H A D | pkcs5.c | 268 pkcs5_pbkdf2_hmac(mbedtls_md_context_t *ctx, const unsigned char *password, size_t plen, const unsigned char *salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char *output) pkcs5_pbkdf2_hmac() argument 358 mbedtls_pkcs5_pbkdf2_hmac(mbedtls_md_context_t *ctx, const unsigned char *password, size_t plen, const unsigned char *salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char *output) mbedtls_pkcs5_pbkdf2_hmac() argument 369 mbedtls_pkcs5_pbkdf2_hmac_ext(mbedtls_md_type_t md_alg, const unsigned char *password, size_t plen, const unsigned char *salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char *output) mbedtls_pkcs5_pbkdf2_hmac_ext() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| H A D | blake2.h | 32 uint8_t key_length; /* 2 */ member 56 uint8_t key_length; /* 2 */ member
|
| /third_party/openssl/providers/implementations/include/prov/ |
| H A D | blake2.h | 32 uint8_t key_length; /* 2 */ member 56 uint8_t key_length; /* 2 */ member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | eapol_common.h | 67 u8 key_length[2]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | eapol_common.h | 67 u8 key_length[2]; member
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
| H A D | pake_client.c | 36 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument 415 build_pake_client(const struct session_identity *identity, const struct hc_pin *pin, uint32_t key_length, const struct hc_auth_id *client, const struct hc_auth_id *server) build_pake_client() argument
|
| H A D | sts_client.c | 33 struct sts_client *build_sts_client(const hc_handle hichain_handle, uint32_t key_length, in build_sts_client() argument 518 struct sts_client *build_sts_client(const hc_handle hichain_handle, uint32_t key_length, in build_sts_client() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
| H A D | boot_upg_check_secure.c | 208 hi_u32 boot_upg_set_key(HI_CONST hi_upg_head *upg_head, hi_u8 *key2, hi_u32 key_length) in boot_upg_set_key() argument 264 hi_u32 key_length = (upg_head->common.param.sign_alg == HI_MODE_ECC)? ECC_256_LEN : RSA_2048_LEN; in boot_upg_secure_verify_code() local 343 hi_u32 key_length = (head->param.sign_alg < HI_MODE_ECC) ? RSA_2048_LEN : ECC_256_LEN; boot_upg_secure_verify_head() local [all...] |
| H A D | boot_upg_tool.c | 234 hi_u32 key_length = (upg_head->common.param.sign_alg == HI_MODE_ECC) ? ECC_256_LEN : RSA_2048_LEN; in boot_upg_lzma_secure_verify_code() local
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | proplist.c | 104 static int proplist_setn(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) { in proplist_setn() argument 155 static int proplist_sethex(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) { in proplist_sethex() argument
|
| /third_party/python/Modules/_blake2/impl/ |
| H A D | blake2.h | 74 uint8_t key_length; // 2 member 100 uint8_t key_length; // 2 member
|
| /third_party/python/Modules/ |
| H A D | _dbmmodule.c | 315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_get_impl() argument 347 _dbm_dbm_setdefault_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_setdefault_impl() argument
|