Searched refs:selcurve (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))260 uint32_t selcurve = 0; in pki_build_descriptors() local269 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()