Home
last modified time | relevance | path

Searched refs:opsize (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))
259 uint32_t opsize = 0; in pki_build_descriptors() local
268 opsize = PKI_DESC_OPSIZE_P256; in pki_build_descriptors()
272 opsize = PKI_DESC_OPSIZE_P384; in pki_build_descriptors()
276 opsize = PKI_DESC_OPSIZE_P521; in pki_build_descriptors()
288 descs[1] = PKI_DESC_TAG_START_CMD(op, opsize, selcurve, in pki_build_descriptors()