| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/psa/ |
| D | crypto_values.h | 936 #define PSA_ALG_HMAC(hash_alg) \ argument 1349 #define PSA_ALG_RSA_PKCS1V15_SIGN(hash_alg) \ argument 1381 #define PSA_ALG_RSA_PSS(hash_alg) \ argument 1399 #define PSA_ALG_RSA_PSS_ANY_SALT(hash_alg) \ argument 1470 #define PSA_ALG_ECDSA(hash_alg) \ argument 1505 #define PSA_ALG_DETERMINISTIC_ECDSA(hash_alg) \ argument 1714 #define PSA_ALG_RSA_OAEP(hash_alg) \ argument 1744 #define PSA_ALG_HKDF(hash_alg) \ argument 1789 #define PSA_ALG_TLS12_PRF(hash_alg) \ argument 1835 #define PSA_ALG_TLS12_PSK_TO_MS(hash_alg) \ argument [all …]
|
| D | crypto_extra.h | 384 #define PSA_ALG_DSA(hash_alg) \ argument 402 #define PSA_ALG_DETERMINISTIC_DSA(hash_alg) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | ssl_tls13_keys.c | 137 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_hkdf_expand_label() 200 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_make_traffic_keys() 247 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_derive_secret() 291 mbedtls_md_type_t hash_alg, in mbedtls_ssl_tls13_evolve_secret()
|
| D | psa_crypto_mac.c | 45 psa_algorithm_t hash_alg ) in psa_hmac_setup_internal() 120 psa_algorithm_t hash_alg = hmac->alg; in psa_hmac_finish_internal() local
|
| D | psa_crypto.c | 3032 psa_algorithm_t hash_alg = PSA_ALG_RSA_OAEP_GET_HASH( alg ); in psa_rsa_oaep_set_padding_mode() local 4326 psa_algorithm_t hash_alg, in psa_key_derivation_start_hmac() 4452 psa_algorithm_t hash_alg, in psa_key_derivation_hkdf_read() 4530 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_generate_next_block() local 4642 psa_algorithm_t hash_alg = PSA_ALG_TLS12_PRF_GET_HASH( alg ); in psa_key_derivation_tls12_prf_read() local 4725 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_output_bytes() local 4911 psa_algorithm_t hash_alg = PSA_ALG_HKDF_GET_HASH( kdf_alg ); in psa_key_derivation_setup_kdf() local 4966 psa_algorithm_t hash_alg, in psa_hkdf_input()
|
| D | x509write_csr.c | 154 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( ctx->md_alg ); in x509write_csr_der_internal() local
|
| D | psa_crypto_ecp.c | 369 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in mbedtls_psa_ecdsa_sign_hash() local
|
| D | psa_crypto_rsa.c | 327 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in psa_rsa_decode_md_type() local
|
| D | pk.c | 602 psa_algorithm_t hash_alg ) in mbedtls_pk_wrap_as_opaque()
|
| D | ssl_tls.c | 1229 mbedtls_md_type_t hash_alg = handshake->ciphersuite_info->mac; in ssl_compute_master() local 6979 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( md_alg ); in mbedtls_ssl_get_key_exchange_md_tls1_2() local
|
| D | x509_crt.c | 2498 psa_algorithm_t hash_alg = mbedtls_psa_translate_md( child->sig_md ); in x509_crt_check_signature() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/psa/ |
| D | psa_constant_names_generated.c | 57 static const char *psa_hash_algorithm_name(psa_algorithm_t hash_alg) in psa_hash_algorithm_name()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/tls/ |
| D | tlsv1_record.h | 45 enum crypto_hash_alg hash_alg; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hks_types.h | 199 #define hks_alg_hmac(hash_alg) \ argument 209 #define hks_alg_hkdf(hash_alg) \ argument
|
| D | hi_upg_file.h | 64 hi_u32 hash_alg : 16; /**< HASH algorithm:0:SHA256.CNcomment:HASH算法。CNend */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/src/ |
| D | psa_exercise_key.c | 307 psa_algorithm_t hash_alg = PSA_ALG_SIGN_GET_HASH( alg ); in exercise_signature_key() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
| D | burn_file.h | 68 hi_u32 hash_alg : 16; /**< HASH algorithm:0:SHA256.CNcomment:HASH算法。CNend */ member
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/ |
| D | drv_hash.c | 775 td_u32 hash_alg = crypto_hash_get_alg(hash_type); in drv_hash_get_state_iv() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
| D | drv_hash_v200.c | 62 hash_mode hash_alg; /* hash mode */ member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
| D | hi_upg_file.h | 75 hi_u32 hash_alg : 16; /**< HASH algorithm:0:SHA256.CNcomment:HASH算法。CNend */ member
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/security_unified/hal_cipher/spacc/ |
| D | hal_hash.c | 118 td_u32 hash_alg = crypto_hash_get_alg(hash_type); in priv_hal_hash_get_cfg() local
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/security_unified/hal_cipher/pke/alg/ |
| D | drv_common_pke.c | 722 crypto_hash_type hash_alg; in crypto_drv_pke_common_calc_hash() local
|