Searched refs:key_bits (Results 1 – 10 of 10) sorted by relevance
| /trusted-services/components/service/crypto/include/psa/ |
| A D | crypto_sizes.h | 217 ((void)(key_type), (void)(key_bits), 0)) 493 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument 616 #define PSA_KEY_EXPORT_RSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument 617 (PSA_KEY_EXPORT_ASN1_INTEGER_MAX_SIZE(key_bits) + 11) 641 #define PSA_KEY_EXPORT_RSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument 661 (PSA_KEY_EXPORT_ASN1_INTEGER_MAX_SIZE(key_bits) * 3 + 59) 679 #define PSA_KEY_EXPORT_DSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument 680 (PSA_KEY_EXPORT_ASN1_INTEGER_MAX_SIZE(key_bits) * 3 + 75) 693 (2 * PSA_BITS_TO_BYTES(key_bits) + 1) 699 #define PSA_KEY_EXPORT_ECC_KEY_PAIR_MAX_SIZE(key_bits) \ argument [all …]
|
| A D | crypto_compat.h | 79 #define PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE( key_type, key_bits, alg ) \ argument 80 MBEDTLS_DEPRECATED_CONSTANT( size_t, PSA_SIGN_OUTPUT_SIZE( key_type, key_bits, alg ) )
|
| /trusted-services/components/service/crypto/client/caller/packed-c/ |
| A D | crypto_caller_key_attributes.h | 22 proto_attributes->key_bits = psa_get_key_bits(psa_attributes); in packedc_crypto_caller_translate_key_attributes_to_proto() 35 psa_set_key_bits(psa_attributes, proto_attributes->key_bits); in packedc_crypto_caller_translate_key_attributes_from_proto()
|
| /trusted-services/components/service/crypto/client/caller/psa_ipc/ |
| A D | crypto_caller_key_attributes.h | 22 proto_attributes->key_bits = psa_get_key_bits(psa_attributes); in packedc_crypto_caller_translate_key_attributes_to_proto() 35 psa_set_key_bits(psa_attributes, proto_attributes->key_bits); in packedc_crypto_caller_translate_key_attributes_from_proto()
|
| /trusted-services/components/service/crypto/provider/serializer/packed-c/ |
| A D | packedc_key_attributes_translator.c | 13 psa_set_key_bits(psa_attributes, proto_attributes->key_bits); in packedc_crypto_provider_translate_key_attributes_from_proto() 35 proto_attributes->key_bits = psa_get_key_bits(psa_attributes); in packedc_crypto_provider_translate_key_attributes_to_proto()
|
| /trusted-services/components/service/crypto/provider/serializer/protobuf/ |
| A D | pb_key_attributes_translator.c | 12 psa_set_key_bits(psa_attributes, proto_attributes->key_bits); in pb_crypto_provider_translate_key_attributes()
|
| /trusted-services/protocols/service/crypto/packed-c/ |
| A D | key_attributes.h | 94 uint32_t key_bits; member
|
| /trusted-services/components/service/crypto/test/unit/ |
| A D | crypto_msg_encode_decode.cpp | 70 sent_key_attributes.key_bits = 256; in TEST() 103 CHECK_EQUAL(sent_key_attributes.key_bits, recv_msg.attributes.key_bits); in TEST()
|
| /trusted-services/protocols/service/crypto/protobuf/ |
| A D | key_attributes.proto | 102 uint32 key_bits = 2; field
|
| /trusted-services/components/service/crypto/client/cpp/protocol/protobuf/ |
| A D | protobuf_crypto_client.cpp | 47 proto_attributes.key_bits = psa_get_key_bits(&psa_attributes); in translate_key_attributes()
|
Completed in 35 milliseconds