Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 39) sorted by relevance

12

/mbedtls-3.4.0/scripts/data_files/driver_jsons/
Ddriver_transparent_schema.json3 "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 …]
Ddriver_opaque_schema.json3 "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 …]
Dmbedtls_test_transparent_driver.json3 "type": "transparent", string
Dmbedtls_test_opaque_driver.json3 "type": "opaque", string
/mbedtls-3.4.0/include/mbedtls/
Dlms.h45 #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/
Dlmots.h39 #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
Dpsa_crypto_storage.h289 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()
Dlms.c69 #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()
Dmd_wrap.h47 mbedtls_md_type_t type; member
Dpsa_crypto_client.c36 psa_key_type_t type, in psa_set_key_domain_parameters()
Dmps_trace.h124 #define MBEDTLS_MPS_TRACE( type, ... ) \ argument
161 #define MBEDTLS_MPS_TRACE( type, ... ) do { } while( 0 ) argument
Dpk.c152 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()
Dpsa_crypto_ecp.c46 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()
Dpk_wrap.h37 mbedtls_pk_type_t type; member
Dcipher_wrap.h111 mbedtls_cipher_type_t type; member
Dpk_wrap.c151 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()
Dpsa_crypto_rsa.c72 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/
Dcrypto_values.h370 #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 …]
Dcrypto_extra.h363 #define PSA_KEY_TYPE_IS_DSA(type) \ argument
1842 psa_pake_primitive_type_t type; member
/mbedtls-3.4.0/programs/cipher/
Dcipher_aead_demo.c132 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/
Dtest_driver_key_management.c264 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/
Dpsa_constant_names_generated.c91 psa_key_type_t type) in psa_snprint_key_type()
Dpsa_constant_names.c205 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/
Dpsa_exercise_key.c49 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/
Dgen_key.c131 int type; /* the type of key to generate */ member

12