Home
last modified time | relevance | path

Searched refs:key_bits (Results 1 – 10 of 10) sorted by relevance

/trusted-services/components/service/crypto/include/psa/
A Dcrypto_sizes.h217 ((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 Dcrypto_compat.h79 #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 Dcrypto_caller_key_attributes.h22 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 Dcrypto_caller_key_attributes.h22 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 Dpackedc_key_attributes_translator.c13 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 Dpb_key_attributes_translator.c12 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 Dkey_attributes.h94 uint32_t key_bits; member
/trusted-services/components/service/crypto/test/unit/
A Dcrypto_msg_encode_decode.cpp70 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 Dkey_attributes.proto102 uint32 key_bits = 2; field
/trusted-services/components/service/crypto/client/cpp/protocol/protobuf/
A Dprotobuf_crypto_client.cpp47 proto_attributes.key_bits = psa_get_key_bits(&psa_attributes); in translate_key_attributes()

Completed in 35 milliseconds