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>]
118 =item B<-conv_form> I<arg>
182 openssl ec -in key.pem -conv_form compressed -out keyout.pem
196 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.c161 dest->conv_form = src->conv_form; in EC_KEY_copy()
818 return key->conv_form; in EC_KEY_get_conv_form()
823 key->conv_form = cform; in EC_KEY_set_conv_form()
895 key->conv_form = (point_conversion_form_t)(buf[0] & ~0x01); in EC_KEY_oct2key()
H A Dec_backend.c658 ret->conv_form = src->conv_form; in ossl_ec_key_dup()
H A Dec_kmeth.c127 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
H A Dec_asn1.c1068 publen = EC_KEY_key2buf(a, a->conv_form, &pub, NULL); in i2d_ECPrivateKey()
1169 a->conv_form, NULL, 0, NULL); in i2o_ECPublicKey()
1182 if (!EC_POINT_point2oct(a->group, a->pub_key, a->conv_form, in i2o_ECPublicKey()
H A Dec_local.h295 point_conversion_form_t conv_form; member

Completed in 27 milliseconds