/openssl-master/crypto/ec/ |
A D | ecp_oct.c | 191 (form == in ossl_ec_GFp_simple_point2oct() 219 buf[0] = form + 1; in ossl_ec_GFp_simple_point2oct() 221 buf[0] = form; in ossl_ec_GFp_simple_point2oct() 278 point_conversion_form_t form; in ossl_ec_GFp_simple_oct2point() local 289 form = buf[0]; in ossl_ec_GFp_simple_oct2point() 290 y_bit = form & 1; in ossl_ec_GFp_simple_oct2point() 291 form = form & ~1U; in ossl_ec_GFp_simple_oct2point() 292 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GFp_simple_oct2point() 298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GFp_simple_oct2point() 303 if (form == 0) { in ossl_ec_GFp_simple_oct2point() [all …]
|
A D | ec2_oct.c | 138 if ((form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GF2m_simple_point2oct() 140 && (form != POINT_CONVERSION_HYBRID)) { in ossl_ec_GF2m_simple_point2oct() 160 (form == in ossl_ec_GF2m_simple_point2oct() 189 buf[0] = form; in ossl_ec_GF2m_simple_point2oct() 260 point_conversion_form_t form; in ossl_ec_GF2m_simple_oct2point() local 286 form = buf[0] & ~1U; in ossl_ec_GF2m_simple_oct2point() 288 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GF2m_simple_oct2point() 294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GF2m_simple_oct2point() 300 if (form == 0) { in ossl_ec_GF2m_simple_oct2point() 312 (form == in ossl_ec_GF2m_simple_oct2point() [all …]
|
A D | ec_oct.c | 74 point_conversion_form_t form, unsigned char *buf, in EC_POINT_point2oct() argument 88 return ossl_ec_GFp_simple_point2oct(group, point, form, buf, len, in EC_POINT_point2oct() 98 form, buf, len, ctx); in EC_POINT_point2oct() 102 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct() 134 point_conversion_form_t form, in EC_POINT_point2buf() argument 140 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf() 147 len = EC_POINT_point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2buf()
|
A D | eck_prn.c | 122 point_conversion_form_t form; in ECPKParameters_print() local 150 form = EC_GROUP_get_point_conversion_form(x); in ECPKParameters_print() 152 gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx); in ECPKParameters_print() 195 if (form == POINT_CONVERSION_COMPRESSED) in ECPKParameters_print() 197 else if (form == POINT_CONVERSION_UNCOMPRESSED) in ECPKParameters_print()
|
A D | ec_deprecated.c | 23 point_conversion_form_t form, in EC_POINT_point2bn() argument 29 buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx); in EC_POINT_point2bn()
|
A D | ec_print.c | 19 point_conversion_form_t form, BN_CTX *ctx) in EC_POINT_point2hex() argument 25 buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx); in EC_POINT_point2hex()
|
/openssl-master/test/ |
A D | cms-examples.pl | 219 $form = "DER" if $tlist =~ /verifyder/; 220 $form = "SMIME" if $tlist =~ /verifymime/; 225 "$cmscmd -verify -inform $form" 252 $form = "DER" if $tlist =~ /envelopeder/; 253 $form = "SMIME" if $tlist =~ /envelopemime/; 256 "$cmscmd -decrypt -inform $form"
|
A D | dane-cross.in | 10 # The first line in each block takes the form: 14 # It is followed by <TLSA-count> lines of the form:
|
/openssl-master/ |
A D | LICENSE.txt | 27 "Source" form shall mean the preferred form for making modifications, 31 "Object" form shall mean any form resulting from mechanical 32 transformation or translation of a Source form, including but 37 Object form, made available under the License, as indicated by a 42 form, that is based on (or derived from) the Work and for which the 55 means any form of electronic, verbal, or written communication sent 72 Work and such Derivative Works in Source or Object form. 92 modifications, and in Source or Object form, provided that You 101 (c) You must retain, in the Source form of any Derivative Works 103 attribution notices from the Source form of the Work, [all …]
|
/openssl-master/doc/man3/ |
A D | EC_POINT_new.pod | 51 point_conversion_form_t form, 54 point_conversion_form_t form, 59 point_conversion_form_t form, BN_CTX *ctx); 95 point_conversion_form_t form, BIGNUM *bn, 170 representations. The octet form is the binary encoding of the B<ECPoint> 173 not included. B<BIGNUM> form is the octet form interpreted as a big endian 174 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet 175 form converted to a NULL terminated character string where each character 184 conversion form B<form>. 203 store the octet form. The return value provides the number of octets stored.
|
A D | EVP_PKEY_check.pod | 30 implementations may offer a quicker form of validation that omits some checks in 31 order to perform a lightweight sanity check of the key. If a quicker form is not 38 implementations may offer a quicker form of validation that omits some checks in 39 order to perform a lightweight sanity check of the key. If a quicker form is not
|
A D | EC_GROUP_copy.pod | 43 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form); 102 support the latter form. If asn1_flag is B<OPENSSL_EC_NAMED_CURVE> then the 103 named curve form is used and the parameters must have a corresponding 109 1.1.0 the default form was to use explicit parameters (meaning that 110 applications would have to explicitly set the named curve form) in OpenSSL 111 1.1.0 and later the named curve form is the default. 127 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form… 131 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha… 134 For POINT_CONVERSION_HYBRID the point is encoded as an octet signifying the HYBRID form has been us… 178 function f(x). This function is either a trinomial of the form: [all …]
|
A D | OpenSSL_version.pod | 108 The compiler flags set for the compilation process in the form 114 The date of the build process in the form C<built on: ...> if available 120 The "Configure" target of the library build in the form C<platform: ...> 125 The B<OPENSSLDIR> setting of the library build in the form C<OPENSSLDIR: "..."> 130 The B<ENGINESDIR> setting of the library build in the form C<ENGINESDIR: "..."> 136 The B<MODULESDIR> setting of the library build in the form C<MODULESDIR: "...">
|
A D | BN_bn2bin.pod | 37 BN_bn2bin() converts the absolute value of B<a> into big-endian form 41 BN_bn2binpad() also converts the absolute value of B<a> into big-endian form 46 BN_bin2bn() converts the positive integer in big-endian form of length 64 including the leading character '-' which means negative, to form a valid
|
A D | OBJ_nid2obj.pod | 70 as well as numerical forms. If I<no_name> is 1 only the numerical form 78 the numerical form will be used. If I<no_name> is 1 then the numerical 79 form will always be used. 88 numerical form of the object, I<sn> the short name and I<ln> the 131 form of an OID.
|
A D | OSSL_HTTP_parse_url.pod | 48 OSSL_parse_url() parses its input string I<url> as a URL of the form 54 If given, it must be in decimal form. If the I<pport_num> argument is not NULL 66 OSSL_HTTP_parse_url() is a special form of OSSL_parse_url()
|
/openssl-master/doc/man7/ |
A D | openssl_user_macros.pod.in | 33 This is the form supported for all versions up to 1.1.x, where C<M> 54 However, it is recommended to start using the second form instead: 58 This form is a simple decimal number calculated with this formula:
|
A D | openssl-core_dispatch.h.pod | 25 These macros have the form C<OSSL_OP_I<opname>>. 29 These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where
|
/openssl-master/doc/man1/ |
A D | openssl-spkac.pod.in | 81 Allows an alternative name form the variable containing the 87 Allows an alternative name form the section containing the 138 SPKACs are typically generated by Netscape when a form is submitted 142 The challenge string permits a primitive form of proof of possession
|
A D | openssl-pkey.pod.in | 128 Normally a private key is written using standard format: this is PKCS#8 form 142 Do not output the key in encoded form. 147 (possibly in addition to the PEM encoded form). 152 Output in text form only the public key components (also for private keys). 211 To change the EC point conversion form to B<compressed>:
|
A D | openssl-namedisplay-options.pod | 94 In addition, any UTF8Strings will be converted to their character form first. 153 B<sname> uses the "short name" form (CN for commonName for example). 154 B<lname> uses the long form. 155 B<oid> represents the OID in numerical form and is useful for
|
/openssl-master/include/openssl/ |
A D | opensslv.h.in | 57 * This is defined in free form. 70 * Macros to get the version in easily digested string form, both the short
|
A D | ec.h | 294 point_conversion_form_t form); 740 point_conversion_form_t form, 763 point_conversion_form_t form, 770 point_conversion_form_t form, 778 point_conversion_form_t form, BN_CTX *); 1132 point_conversion_form_t form,
|
/openssl-master/doc/internal/man7/ |
A D | EVP_PKEY.pod | 31 This is the form that an B<EVP_PKEY> in OpenSSL prior to 3.0 had. The 45 This is a new form in OpenSSL 3.0, which permits providers to hold the 126 what form the origin has. 176 data in L<OSSL_PARAM(3)> form from the origin keys, using the 194 cached copy of the provider key in legacy form. Once the cached copy is created
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 20 Each entry in the extension section takes the form: 43 Multi-valued extensions have a short form and a long form. The short form 48 The long form allows the values to be placed in a separate section: 60 form must be used otherwise the comma would be misinterpreted as a field 65 will produce an error but the equivalent form: 310 pair using the same form as subject alternative name or a single value 487 is not supported and the B<IP> form should consist of an IP addresses and 570 Any extension can be placed in this form to override the default behaviour.
|