Lines Matching refs:ecx
573 const ECX_KEY *ecx = key; in ecx_to_text() local
576 if (out == NULL || ecx == NULL) { in ecx_to_text()
581 switch (ecx->type) { in ecx_to_text()
597 if (ecx->privkey == NULL) { in ecx_to_text()
604 if (!print_labeled_buf(out, "priv:", ecx->privkey, ecx->keylen)) in ecx_to_text()
608 if (!ecx->haspubkey) { in ecx_to_text()
617 if (!print_labeled_buf(out, "pub:", ecx->pubkey, ecx->keylen)) in ecx_to_text()
874 MAKE_TEXT_ENCODER(ed25519, ecx);
875 MAKE_TEXT_ENCODER(ed448, ecx);
876 MAKE_TEXT_ENCODER(x25519, ecx);
877 MAKE_TEXT_ENCODER(x448, ecx);