Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/versal/pki/
H A Decc_pki_engine.c166 #define PKI_DESC_TAG_START_CMD(op, opsize, selcurve, field) \ argument
167 ((op) | ((field) << 7) | ((opsize) << 8) | ((selcurve) << 20))
260 uint32_t selcurve = 0; in pki_build_descriptors() local
269 selcurve = PKI_DESC_SELCURVE_P256; in pki_build_descriptors()
273 selcurve = PKI_DESC_SELCURVE_P384; in pki_build_descriptors()
277 selcurve = PKI_DESC_SELCURVE_P521; in pki_build_descriptors()
285 selcurve = 0; in pki_build_descriptors()
288 descs[1] = PKI_DESC_TAG_START_CMD(op, opsize, selcurve, in pki_build_descriptors()