/openssl/crypto/ec/ |
H 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 …]
|
H 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 …]
|
H A D | ec_oct.c | 74 point_conversion_form_t form, unsigned char *buf, in EC_POINT_point2oct() argument 92 return ossl_ec_GFp_simple_point2oct(group, point, form, buf, len, in EC_POINT_point2oct() 102 form, buf, len, ctx); in EC_POINT_point2oct() 106 return group->meth->point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2oct() 138 point_conversion_form_t form, in EC_POINT_point2buf() argument 144 len = EC_POINT_point2oct(group, point, form, NULL, 0, NULL); in EC_POINT_point2buf() 149 len = EC_POINT_point2oct(group, point, form, buf, len, ctx); in EC_POINT_point2buf()
|
H 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()
|
H 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()
|
H A D | ec_print.c | 18 point_conversion_form_t form, BN_CTX *ctx) in EC_POINT_point2hex() argument 24 buf_len = EC_POINT_point2buf(group, point, form, &buf, ctx); in EC_POINT_point2hex()
|
/openssl/test/ |
H 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"
|
H 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/.github/workflows/ |
H A D | static-analysis.yml | 41 curl --form token="${{ secrets.COVERITY_TOKEN }}" \ 42 --form email=openssl-commits@openssl.org \ 43 --form file=@openssl.tgz \ 44 --form version="`date -u -I` `git rev-parse --short HEAD`" \ 45 --form description="analysis of `git branch --show-current`" \
|
/openssl/ |
H 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/doc/man3/ |
H 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); 97 point_conversion_form_t form, BIGNUM *bn, 172 representations. The octet form is the binary encoding of the B<ECPoint> 175 not included. B<BIGNUM> form is the octet form interpreted as a big endian 176 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet 177 form converted to a NULL terminated character string where each character 186 conversion form B<form>. 205 store the octet form. The return value provides the number of octets stored.
|
H A D | EC_GROUP_copy.pod | 43 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form); 104 support the latter form. If asn1_flag is B<OPENSSL_EC_NAMED_CURVE> then the 105 named curve form is used and the parameters must have a corresponding 111 1.1.0 the default form was to use explicit parameters (meaning that 112 applications would have to explicitly set the named curve form) in OpenSSL 113 1.1.0 and later the named curve form is the default. 129 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form… 133 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha… 136 For POINT_CONVERSION_HYBRID the point is encoded as an octet signifying the HYBRID form has been us… 181 function f(x). This function is either a trinomial of the form: [all …]
|
H 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
|
H A D | BN_bn2bin.pod | 44 BN_bn2bin() converts the absolute value of B<a> into big-endian form 48 BN_bn2binpad() also converts the absolute value of B<a> into big-endian form 54 complements form and stores it at B<to>. B<tolen> indicates the length of 60 BN_bin2bn() converts the positive integer in big-endian form of length 65 form of length B<len> at B<s> into a B<BIGNUM> and places it in B<ret>. If 83 including the leading character '-' which means negative, to form a valid
|
H A D | OpenSSL_version.pod | 125 The compiler flags set for the compilation process in the form 131 The date of the build process in the form C<built on: ...> if available 137 The "Configure" target of the library build in the form C<platform: ...> 142 The B<OPENSSLDIR> setting of the library build in the form C<OPENSSLDIR: "..."> 147 The B<ENGINESDIR> setting of the library build in the form C<ENGINESDIR: "..."> 153 The B<MODULESDIR> setting of the library build in the form C<MODULESDIR: "...">
|
H A D | OBJ_nid2obj.pod | 70 as well as numerical forms. If I<no_name> is 1 only the numerical form 80 then that will be used, otherwise the numerical form will be used. 81 If I<no_name> is 1 then the numerical form will always be used. 90 numerical form of the object, I<sn> the short name and I<ln> the 134 form of an OID.
|
/openssl/doc/man7/ |
H 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:
|
H 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
|
H A D | EVP_SIGNATURE-DSA.pod | 11 L<EVP_PKEY_sign(3)> is DER encoded ASN.1 in the form described in 22 decimal form (which means that they are possible to fetch if the caller has a 23 mere OID which came out in this form after a call to L<OBJ_obj2txt(3)>).
|
/openssl/doc/man1/ |
H 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
|
H A D | openssl-kdf.pod.in | 45 Output the derived key in binary form. Uses hexadecimal text format if not specified. 84 the secret key is specified in hexadecimal form (two hex digits per byte). 95 the password is specified in hexadecimal form (two hex digits per byte). 108 the salt is specified in hexadecimal form (two hex digits per byte). 122 the info is specified in hexadecimal form (two hex digits per byte).
|
H A D | openssl-pkey.pod.in | 134 Normally a private key is written using standard format: this is PKCS#8 form 148 Do not output the key in encoded form. 153 (possibly in addition to the PEM encoded form). 158 Output in text form only the public key components (also for private keys). 217 To change the EC point conversion form to B<compressed>:
|
H 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/include/openssl/ |
H 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
|
H A D | ec.h | 299 point_conversion_form_t form); 761 point_conversion_form_t form, 784 point_conversion_form_t form, 791 point_conversion_form_t form, 799 point_conversion_form_t form, BN_CTX *); 1153 point_conversion_form_t form,
|