Home
last modified time | relevance | path

Searched refs:sign (Results 101 – 125 of 167) sorted by relevance

1234567

/openssl/doc/man3/
H A DEVP_SignInit.pod70 later to digest and sign additional data.
H A DCMS_encrypt.pod37 Many browsers implement a "sign and encrypt" option which is simply an S/MIME
H A DRSA_padding_add_PKCS1_type_1.pod62 decrypt, sign and verify functions. Normally they should not be called
H A DPKCS7_sign.pod21 I<igncert> is the certificate to sign with, Ipkey> is the corresponding
H A DCMS_sign.pod21 I<signcert> is the certificate to sign with, I<pkey> is the corresponding
H A DRSA_set_method.pod101 /* sign arbitrary data */
H A DEVP_DigestVerifyInit.pod148 needed to be used to sign using SHA1 and DSA. This is no longer necessary and
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_hkdf.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmac_poly1305.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devppkey_rsa.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
17 # Any Tests that have keys < 2048 bits OR sign with SHA1 are in this file.
H A Devpciph_aes_gcm_siv.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmd_sha.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
H A Devpmac_common.txt12 # and continue until a blank line. Lines starting with a pound sign are ignored.
/openssl/crypto/ec/
H A Dec_local.h594 void ossl_ec_GFp_nistp_recode_scalar_bits(unsigned char *sign,
648 int (*sign)(int type, const unsigned char *dgst, int dlen, unsigned char member
H A Decp_nistp224.c1150 u8 sign, digit; in batch_mul() local
1208 ossl_ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits); in batch_mul()
1214 copy_conditional(tmp[1], tmp[3], sign); in batch_mul()
H A Decp_nistp256.c1683 u8 sign, digit; in batch_mul() local
1743 ossl_ec_GFp_nistp_recode_scalar_bits(&sign, &digit, bits); in batch_mul()
1751 copy_small_conditional(ftmp, tmp[1], (((limb) sign) - 1)); in batch_mul()
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl603 my $sign = ($val < 0) ? -1 : 0;
612 last if (($val>>6) == $sign);
/openssl/crypto/objects/
H A Dobjects.txt439 !Cname ms-ctl-sign
536 !Cname code-sign
546 !Cname OCSP-sign
1404 id-tc26-algorithms 1 : id-tc26-sign
1406 id-tc26-sign 1 : gost2012_256: GOST R 34.10-2012 with 256 bit modulus
1408 id-tc26-sign 2 : gost2012_512: GOST R 34.10-2012 with 512 bit modulus
1444 id-tc26-constants 1 : id-tc26-sign-constants
1445 id-tc26-sign-constants 1: id-tc26-gost-3410-2012-256-constants
1450 id-tc26-sign-constants 2: id-tc26-gost-3410-2012-512-constants
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in90 optionally prefixed with some text and an equals sign.
H A Dopenssl-ocsp.pod.in125 be specified by preceding the value by a C<-> sign.
331 The certificate to sign OCSP responses with.
335 The private key to sign OCSP responses with: if not present the file
H A Dopenssl-ca.pod.in74 It can be used to sign certificate requests (CSRs) in a variety of forms
164 The CA private key to sign certificate requests with.
174 Pass options to the signature algorithm during sign operations.
212 serial number counter as all other certificates sign with the
H A Dopenssl-req.pod.in89 Pass options to the signature algorithm during sign operations.
237 This specifies the message digest to sign the request.
307 Sets the "CA" private key to sign a certificate with.
/openssl/crypto/evp/
H A Dpmeth_lib.c1697 int (*sign) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_sign()
1703 pmeth->sign = sign; in EVP_PKEY_meth_set_sign()
1894 *psign = pmeth->sign; in EVP_PKEY_meth_get_sign()
/openssl/doc/man5/
H A Dconfig.pod33 For compatibility with older versions of OpenSSL, an equal sign after the
66 In these files, the dollar sign, B<$>, is used to reference a variable, as
116 Whitespace after the name and before the equal sign is ignored.
/openssl/include/openssl/
H A Drsa.h567 int (*sign) (int type, const unsigned char *m,

Completed in 99 milliseconds

1234567