2023-08-29 18:43:32 +02:00
|
|
|
# Copyright (c) 2021 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "PSA Key Management Configuration"
|
|
|
|
|
|
|
|
config PSA_PROTECTED_KEY_COUNT
|
|
|
|
int "Specifies number of allocated protected key slots"
|
2024-03-26 10:41:15 +01:00
|
|
|
default 5 if USEMODULE_PSA_SECURE_ELEMENT
|
2023-08-29 18:43:32 +02:00
|
|
|
default 0
|
|
|
|
|
|
|
|
config PSA_ASYMMETRIC_KEYPAIR_COUNT
|
|
|
|
int "Specifies number of allocated key pair slots"
|
|
|
|
default 0
|
|
|
|
|
|
|
|
config PSA_SINGLE_KEY_COUNT
|
|
|
|
int "Specifies number of allocated single key slots"
|
|
|
|
default 0
|
|
|
|
|
|
|
|
endmenu # PSA Key Management Configuration
|