Searched defs:DICE_PRIVATE_KEY_SEED_SIZE (Results 1 – 11 of 11) sorted by relevance
/external/open-dice/src/ |
D | dice_standalone_main.c | 46 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 47 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | template_cbor_cert_op.c | 161 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 162 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | template_cert_op.c | 170 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 171 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | mbedtls_ops.c | 43 const uint8_t private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in SetupKeyPair() 300 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 301 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | boringssl_ed25519_ops.c | 38 const uint8_t seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceKeypairFromSeed()
|
D | boringssl_cert_op.c | 514 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 515 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | cbor_cert_op.c | 300 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 301 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | dice_test.cc | 98 const uint8_t subject_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate() 99 const uint8_t authority_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceGenerateCertificate()
|
D | dice.c | 46 uint8_t cdi_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE]) { in DiceDeriveCdiPrivateKeySeed()
|
D | test_utils.cc | 163 const uint8_t raw_key[DICE_PRIVATE_KEY_SEED_SIZE], in KeyFromRawKey() 301 const uint8_t private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE], in CreateCborUdsCertificate()
|
/external/open-dice/include/dice/ |
D | dice.h | 29 #define DICE_PRIVATE_KEY_SEED_SIZE 32 macro
|