Searched refs:conv_form (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ec_key.c | 87 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new() 196 dest->conv_form = src->conv_form; in EC_KEY_copy() 492 return key->conv_form; in EC_KEY_get_conv_form() 497 key->conv_form = cform; in EC_KEY_set_conv_form()
|
| HD | ec_asn1.c | 1084 ret->conv_form = (point_conversion_form_t) (pub_oct[0] & ~0x01); in d2i_ECPrivateKey() 1185 a->conv_form, NULL, 0, NULL); in i2d_ECPrivateKey() 1198 a->conv_form, buffer, buf_len, NULL)) { in i2d_ECPrivateKey() 1285 ret->conv_form = (point_conversion_form_t) (*in[0] & ~0x01); in o2i_ECPublicKey() 1301 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey() 1314 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
|
| HD | ec_lcl.h | 271 point_conversion_form_t conv_form; member
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | ecparam.pod | 20 [B<-conv_form arg>] 85 =item B<-conv_form> 161 openssl ecparam -in ec_in.pem -out ec_out.pem -conv_form compressed
|
| HD | ec.pod | 24 [B<-conv_form arg>] 111 =item B<-conv_form> 176 openssl ec -in key.pem -conv_form compressed -out keyout.pem
|