Searched refs:eccoid (Results 1 – 2 of 2) sorted by relevance
939 KMF_OID *eccoid = kmf_get_attr_ptr(KMF_ECC_CURVE_OID_ATTR, in NSS_CreateKeypair() local941 if (eccoid == NULL) in NSS_CreateKeypair()944 ecparams = SECITEM_AllocItem(NULL, NULL, (eccoid->Length)); in NSS_CreateKeypair()948 (void) memcpy(ecparams->data, eccoid->Data, eccoid->Length); in NSS_CreateKeypair()
1815 KMF_OID *eccoid = kmf_get_attr_ptr(KMF_ECC_CURVE_OID_ATTR, in KMFPK11_CreateKeypair() local1818 if (eccoid == NULL) in KMFPK11_CreateKeypair()1821 ckrv = genecc_keypair(kmfh, storekey, eccoid, in KMFPK11_CreateKeypair()