Home
last modified time | relevance | path

Searched defs:P384_PRIVATE_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/open-dice/src/
H A Dboringssl_ecdsa_utils.c206 uint8_t private_key[P384_PRIVATE_KEY_SIZE], in P384KeypairFromSeed()
267 const uint8_t private_key[P384_PRIVATE_KEY_SIZE]) { in P384Sign()
/aosp_15_r20/external/open-dice/include/dice/
H A Dboringssl_ecdsa_utils.h53 #define P384_PRIVATE_KEY_SIZE 48 macro