Lines Matching refs:ecx
561 const ECX_KEY *ecx = key; in ecx_to_text() local
564 if (out == NULL || ecx == NULL) { in ecx_to_text()
570 if (ecx->privkey == NULL) { in ecx_to_text()
575 switch (ecx->type) { in ecx_to_text()
591 if (!ecx->haspubkey) { in ecx_to_text()
596 switch (ecx->type) { in ecx_to_text()
615 && !print_labeled_buf(out, "priv:", ecx->privkey, ecx->keylen)) in ecx_to_text()
618 && !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);