Home
last modified time | relevance | path

Searched defs:DICE_PRIVATE_KEY_SEED_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/open-dice/src/
Ddice_standalone_main.c46 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()
Dtemplate_cbor_cert_op.c161 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()
Dtemplate_cert_op.c170 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()
Dmbedtls_ops.c43 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()
Dboringssl_ed25519_ops.c38 const uint8_t seed[DICE_PRIVATE_KEY_SEED_SIZE], in DiceKeypairFromSeed()
Dboringssl_cert_op.c514 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()
Dcbor_cert_op.c300 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()
Ddice_test.cc98 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()
Ddice.c46 uint8_t cdi_private_key_seed[DICE_PRIVATE_KEY_SEED_SIZE]) { in DiceDeriveCdiPrivateKeySeed()
Dtest_utils.cc163 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/
Ddice.h29 #define DICE_PRIVATE_KEY_SEED_SIZE 32 macro