/mbedtls-3.4.0/scripts/data_files/driver_jsons/ |
D | driver_transparent_schema.json | 3 "type": "object", string 6 "type": "string" string 9 "type": "string", string 12 "type": { object 13 "type": "string", string 17 "type": "string" string 20 "type": "array", string 22 "type": "string" string 27 "type": "array", string 30 "type": "object", string [all …]
|
D | driver_opaque_schema.json | 3 "type": "object", string 6 "type": "string" string 9 "type": "string", string 12 "type": { object 13 "type": "string", string 17 "type": ["integer","string"], array 21 "type": "string" string 24 "type": "array", string 26 "type": "string" string 31 "type": "array", string [all …]
|
D | mbedtls_test_transparent_driver.json | 3 "type": "transparent", string
|
D | mbedtls_test_opaque_driver.json | 3 "type": "opaque", string
|
/mbedtls-3.4.0/include/mbedtls/ |
D | lms.h | 45 #define MBEDTLS_LMOTS_N_HASH_LEN(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 32u : 0) argument 49 #define MBEDTLS_LMOTS_P_SIG_DIGIT_COUNT(type) ((type) == MBEDTLS_LMOTS_SHA256_N32_W8 ? 34u : 0) argument 50 #define MBEDTLS_LMOTS_C_RANDOM_VALUE_LEN(type) (MBEDTLS_LMOTS_N_HASH_LEN(type)) argument 52 #define MBEDTLS_LMOTS_SIG_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 59 #define MBEDTLS_LMS_H_TREE_HEIGHT(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 10u : 0) argument 64 #define MBEDTLS_LMS_M_NODE_BYTES(type) ((type) == MBEDTLS_LMS_SHA256_M32_H10 ? 32 : 0) argument 67 #define MBEDTLS_LMS_SIG_LEN(type, otstype) (MBEDTLS_LMOTS_Q_LEAF_ID_LEN + \ argument 73 #define MBEDTLS_LMS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMS_TYPE_LEN + \ argument
|
/mbedtls-3.4.0/library/ |
D | lmots.h | 39 #define MBEDTLS_LMOTS_PUBLIC_KEY_LEN(type) (MBEDTLS_LMOTS_TYPE_LEN + \ argument 47 #define MBEDTLS_LMOTS_SIG_SIGNATURE_OFFSET(type) (MBEDTLS_LMOTS_SIG_C_RANDOM_OFFSET + \ argument
|
D | psa_crypto_storage.h | 289 psa_crypto_transaction_type_t type; member 299 psa_crypto_transaction_type_t type; member 318 psa_crypto_transaction_type_t type ) in psa_crypto_prepare_transaction()
|
D | lms.c | 69 #define MERKLE_TREE_NODE_AM(type) (1u << (MBEDTLS_LMS_H_TREE_HEIGHT(type) + 1u)) argument 70 #define MERKLE_TREE_LEAF_NODE_AM(type) (1u << MBEDTLS_LMS_H_TREE_HEIGHT(type)) argument 71 #define MERKLE_TREE_INTERNAL_NODE_AM(type) (1u << MBEDTLS_LMS_H_TREE_HEIGHT(type)) argument 227 mbedtls_lms_algorithm_type_t type; in mbedtls_lms_import_public_key() local 570 mbedtls_lms_algorithm_type_t type, in mbedtls_lms_generate_private_key()
|
D | md_wrap.h | 47 mbedtls_md_type_t type; member
|
D | psa_crypto_client.c | 36 psa_key_type_t type, in psa_set_key_domain_parameters()
|
D | mps_trace.h | 124 #define MBEDTLS_MPS_TRACE( type, ... ) \ argument 161 #define MBEDTLS_MPS_TRACE( type, ... ) do { } while( 0 ) argument
|
D | pk.c | 152 psa_key_type_t type; in mbedtls_pk_setup_opaque() local 215 int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type ) in mbedtls_pk_can_do() 263 mbedtls_pk_type_t type; in mbedtls_pk_can_do_ext() local 447 int mbedtls_pk_verify_ext( mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext()
|
D | psa_crypto_ecp.c | 46 psa_key_type_t type, size_t curve_bits, in mbedtls_psa_ecp_load_representation() 204 psa_status_t mbedtls_psa_ecp_export_key( psa_key_type_t type, in mbedtls_psa_ecp_export_key()
|
D | pk_wrap.h | 37 mbedtls_pk_type_t type; member
|
D | cipher_wrap.h | 111 mbedtls_cipher_type_t type; member
|
D | pk_wrap.c | 151 static int rsa_can_do( mbedtls_pk_type_t type ) in rsa_can_do() 597 static int eckey_can_do( mbedtls_pk_type_t type ) in eckey_can_do() 826 static int eckeydh_can_do( mbedtls_pk_type_t type ) in eckeydh_can_do() 857 static int ecdsa_can_do( mbedtls_pk_type_t type ) in ecdsa_can_do() 1332 static int rsa_alt_can_do( mbedtls_pk_type_t type ) in rsa_alt_can_do() 1492 static int pk_opaque_ecdsa_can_do( mbedtls_pk_type_t type ) in pk_opaque_ecdsa_can_do() 1498 static int pk_opaque_rsa_can_do( mbedtls_pk_type_t type ) in pk_opaque_rsa_can_do()
|
D | psa_crypto_rsa.c | 72 psa_key_type_t type, const uint8_t *data, size_t data_length, in mbedtls_psa_rsa_load_representation() 167 psa_status_t mbedtls_psa_rsa_export_key( psa_key_type_t type, in mbedtls_psa_rsa_export_key()
|
/mbedtls-3.4.0/include/psa/ |
D | crypto_values.h | 370 #define PSA_KEY_TYPE_IS_VENDOR_DEFINED(type) \ argument 377 #define PSA_KEY_TYPE_IS_UNSTRUCTURED(type) \ argument 382 #define PSA_KEY_TYPE_IS_ASYMMETRIC(type) \ argument 387 #define PSA_KEY_TYPE_IS_PUBLIC_KEY(type) \ argument 391 #define PSA_KEY_TYPE_IS_KEY_PAIR(type) \ argument 403 #define PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(type) \ argument 415 #define PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type) \ argument 535 #define PSA_KEY_TYPE_IS_RSA(type) \ argument 565 #define PSA_KEY_TYPE_IS_ECC(type) \ argument 569 #define PSA_KEY_TYPE_IS_ECC_KEY_PAIR(type) \ argument [all …]
|
D | crypto_extra.h | 363 #define PSA_KEY_TYPE_IS_DSA(type) \ argument 1842 psa_pake_primitive_type_t type; member
|
/mbedtls-3.4.0/programs/cipher/ |
D | cipher_aead_demo.c | 132 mbedtls_cipher_type_t type; in aead_prepare() local 170 mbedtls_cipher_type_t type = mbedtls_cipher_get_type( ctx ); in aead_info() local
|
/mbedtls-3.4.0/tests/src/drivers/ |
D | test_driver_key_management.c | 264 psa_key_type_t type = psa_get_key_type( attributes ); in mbedtls_test_transparent_import_key() local 333 psa_key_type_t type = psa_get_key_type( attributes ); in mbedtls_test_opaque_import_key() local 488 psa_key_type_t type = psa_get_key_type( attributes ); in mbedtls_test_opaque_export_key() local
|
/mbedtls-3.4.0/programs/psa/ |
D | psa_constant_names_generated.c | 91 psa_key_type_t type) in psa_snprint_key_type()
|
D | psa_constant_names.c | 205 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() 244 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned()
|
/mbedtls-3.4.0/tests/src/ |
D | psa_exercise_key.c | 49 psa_key_type_t type; in check_key_attributes_sanity() local 697 psa_key_type_t type, size_t bits, in mbedtls_test_psa_exported_key_sanity_check() 985 psa_key_usage_t mbedtls_test_psa_usage_to_exercise( psa_key_type_t type, in mbedtls_test_psa_usage_to_exercise()
|
/mbedtls-3.4.0/programs/pkey/ |
D | gen_key.c | 131 int type; /* the type of key to generate */ member
|