Searched refs:cssm_subject_names (Results 1 – 1 of 1) sorted by relevance
672 std::vector<CSSM_APPLE_TP_NAME_OID> cssm_subject_names; in CreateSelfSigned() local678 cssm_subject_names.push_back(cssm_subject_name); in CreateSelfSigned()681 if (cssm_subject_names.empty()) { in CreateSelfSigned()693 certReq.numSubjectNames = cssm_subject_names.size(); in CreateSelfSigned()694 certReq.subjectNames = &cssm_subject_names[0]; in CreateSelfSigned()