Searched refs:opsize (Results 1 – 1 of 1) sorted by relevance
166 #define PKI_DESC_TAG_START_CMD(op, opsize, selcurve, field) \ argument167 ((op) | ((field) << 7) | ((opsize) << 8) | ((selcurve) << 20))259 uint32_t opsize = 0; in pki_build_descriptors() local268 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()