Lines Matching full:ec
24 #define ENCODER_STRUCTURE_EC "ec"
59 ENCODER_TEXT("EC", ec, yes),
108 /* EC only supports keypair and parameters DER and PEM output. */
109 ENCODER_w_structure("EC", ec, yes, der, type_specific_no_pub),
110 ENCODER_w_structure("EC", ec, yes, pem, type_specific_no_pub),
111 /* EC supports blob output for the public key */
112 ENCODER("EC", ec, yes, blob),
177 ENCODER_w_structure("EC", ec, yes, der, EncryptedPrivateKeyInfo),
178 ENCODER_w_structure("EC", ec, yes, pem, EncryptedPrivateKeyInfo),
179 ENCODER_w_structure("EC", ec, yes, der, PrivateKeyInfo),
180 ENCODER_w_structure("EC", ec, yes, pem, PrivateKeyInfo),
181 ENCODER_w_structure("EC", ec, yes, der, SubjectPublicKeyInfo),
182 ENCODER_w_structure("EC", ec, yes, pem, SubjectPublicKeyInfo),
244 ENCODER_w_structure("EC", ec, yes, der, EC),
245 ENCODER_w_structure("EC", ec, yes, pem, EC),
268 /* RFC 5915 defines the format for EC keys and parameters */
269 ENCODER_w_structure("EC", ec, yes, der, X9_62),
270 ENCODER_w_structure("EC", ec, yes, pem, X9_62),