Home
last modified time | relevance | path

Searched refs:conv_form (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man1/
H A Dopenssl-ec.pod.in30 [B<-conv_form> I<arg>]
119 =item B<-conv_form> I<arg>
183 openssl ec -in key.pem -conv_form compressed -out keyout.pem
197 The B<-conv_form> and B<-no_public> options are no longer supported
H A Dopenssl-ecparam.pod.in22 [B<-conv_form> I<arg>]
93 =item B<-conv_form> I<arg>
157 openssl ecparam -in ec_in.pem -out ec_out.pem -conv_form compressed
/openssl/crypto/ec/
H A Dec_key.c162 dest->conv_form = src->conv_form; in EC_KEY_copy()
913 return key->conv_form; in EC_KEY_get_conv_form()
918 key->conv_form = cform; in EC_KEY_set_conv_form()
990 key->conv_form = (point_conversion_form_t)(buf[0] & ~0x01); in EC_KEY_oct2key()
H A Dec_backend.c652 ret->conv_form = src->conv_form; in ossl_ec_key_dup()
H A Dec_kmeth.c121 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
H A Dec_asn1.c1064 publen = EC_KEY_key2buf(a, a->conv_form, &pub, NULL); in i2d_ECPrivateKey()
1165 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey()
1176 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
H A Dec_local.h298 point_conversion_form_t conv_form; member

Completed in 20 milliseconds