HomeSort by: relevance | last modified time | path
    Searched refs:RSA (Results 1 - 25 of 269) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rsa.h 1 /* $NetBSD: rsa.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */
72 #define RSA hc_RSA
79 typedef struct RSA RSA;
87 int (*rsa_pub_enc)(int,const unsigned char *, unsigned char *, RSA *,int);
88 int (*rsa_pub_dec)(int,const unsigned char *, unsigned char *, RSA *,int);
89 int (*rsa_priv_enc)(int,const unsigned char *, unsigned char *, RSA *,int);
90 int (*rsa_priv_dec)(int,const unsigned char *, unsigned char *, RSA *,int);
93 int (*init)(RSA *rsa);
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_rsa_sigalg.txt 17 # RSA 2048 bit key.
19 PrivateKey = RSA-2048
51 PublicKey = RSA-2048-PUBLIC
62 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
64 Title = RSA tests with EVP_PKEY_sign, EVP_PKEY_verify, EVP_PKEY_verify_recover
66 # Demonstrate the possibility to use the RSA (not RSA-SHA1) signature
70 Sign = RSA:RSA-204
    [all...]
evppkey_rsa_common.txt 17 # RSA 2048 bit key.
19 PrivateKey = RSA-2048
51 PublicKey = RSA-2048-PUBLIC
62 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
66 # generated using (openssl genpkey -algorithm RSA -pkeyopt bits:1024)
67 PrivateKey = RSA-1024
85 PrivateKey = RSA-512
97 Title = RSA tests
99 Verify = RSA-204
    [all...]
evppkey_rsa.txt 19 # RSA 2048 bit key.
21 PrivateKey = RSA-2048
53 PublicKey = RSA-2048-PUBLIC
64 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
66 Title = RSA tests
69 Sign = RSA-2048
76 Sign = RSA-2048
84 Sign = RSA-2048
91 VerifyRecover = RSA-204
    [all...]
evppkey_rsa_kem.txt 9 Title = Test RSA KEM
11 PrivateKey = RSA-2048
43 PublicKey = RSA-2048-PUBLIC
54 # We only keep the private key for RSA-512 since it is only used for
57 PrivateKey = RSA-512
69 # RSA Encapsulate/Decapsulate
70 Kem = RSA
71 KeyName = RSA-2048
76 Kem = RSA
77 KeyName = RSA-204
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_asn1.c 11 * RSA low level APIs are deprecated for public use, but still ok for
26 * RSA keys.
37 RSA_free((RSA *)*pval);
41 if (((RSA *)*pval)->version != RSA_ASN1_VERSION_MULTI) {
45 return (ossl_rsa_multip_calc_product((RSA *)*pval) == 1) ? 2 : 0;
58 ASN1_EMBED(RSA, version, INT32),
59 ASN1_SIMPLE(RSA, n, BIGNUM),
60 ASN1_SIMPLE(RSA, e, BIGNUM),
61 ASN1_SIMPLE(RSA, d, CBIGNUM),
62 ASN1_SIMPLE(RSA, p, CBIGNUM)
    [all...]
rsa_local.h 14 #include "crypto/rsa.h"
85 /* for multi-prime RSA, defined in RFC 8017 */
87 /* Be careful using this if the RSA structure is shared */
106 unsigned char *to, RSA *rsa, int padding);
108 unsigned char *to, RSA *rsa, int padding);
110 unsigned char *to, RSA *rsa, int padding);
112 unsigned char *to, RSA *rsa, int padding)
    [all...]
rsa_meth.c 11 * RSA low level APIs are deprecated for public use, but still ok for
103 unsigned char *to, RSA *rsa, int padding)
110 unsigned char *to, RSA *rsa,
118 unsigned char *to, RSA *rsa, int padding)
125 unsigned char *to, RSA *rsa,
133 unsigned char *to, RSA *rsa, int padding
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_asn1.c 11 * RSA low level APIs are deprecated for public use, but still ok for
26 * RSA keys.
37 RSA_free((RSA *)*pval);
41 if (((RSA *)*pval)->version != RSA_ASN1_VERSION_MULTI) {
45 return (ossl_rsa_multip_calc_product((RSA *)*pval) == 1) ? 2 : 0;
58 ASN1_EMBED(RSA, version, INT32),
59 ASN1_SIMPLE(RSA, n, BIGNUM),
60 ASN1_SIMPLE(RSA, e, BIGNUM),
61 ASN1_SIMPLE(RSA, d, CBIGNUM),
62 ASN1_SIMPLE(RSA, p, CBIGNUM)
    [all...]
rsa_meth.c 11 * RSA low level APIs are deprecated for public use, but still ok for
108 unsigned char *to, RSA *rsa, int padding)
115 unsigned char *to, RSA *rsa,
124 unsigned char *to, RSA *rsa, int padding)
131 unsigned char *to, RSA *rsa,
140 unsigned char *to, RSA *rsa, int padding
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_asn1.c 20 * RSA keys.
31 RSA_free((RSA *)*pval);
35 if (((RSA *)*pval)->version != RSA_ASN1_VERSION_MULTI) {
39 return (rsa_multip_calc_product((RSA *)*pval) == 1) ? 2 : 0;
52 ASN1_EMBED(RSA, version, INT32),
53 ASN1_SIMPLE(RSA, n, BIGNUM),
54 ASN1_SIMPLE(RSA, e, BIGNUM),
55 ASN1_SIMPLE(RSA, d, CBIGNUM),
56 ASN1_SIMPLE(RSA, p, CBIGNUM),
57 ASN1_SIMPLE(RSA, q, CBIGNUM)
    [all...]
rsa_local.h 10 #include <openssl/rsa.h>
46 /* for multi-prime RSA, defined in RFC 8017 */
50 /* be careful using this if the RSA structure is shared */
71 unsigned char *to, RSA *rsa, int padding);
73 unsigned char *to, RSA *rsa, int padding);
75 unsigned char *to, RSA *rsa, int padding);
77 unsigned char *to, RSA *rsa, int padding)
    [all...]
rsa_meth.c 102 unsigned char *to, RSA *rsa, int padding)
109 unsigned char *to, RSA *rsa,
118 unsigned char *to, RSA *rsa, int padding)
125 unsigned char *to, RSA *rsa,
134 unsigned char *to, RSA *rsa, int padding
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/crypto/
rsa.h 15 #include <openssl/rsa.h>
30 RSA_PSS_PARAMS_30 *ossl_rsa_get0_pss_params_30(RSA *r);
49 int ossl_rsa_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash,
52 int ossl_rsa_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
61 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
62 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r);
63 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx);
65 int ossl_rsa_set0_all_params(RSA *r, STACK_OF(BIGNUM) *primes
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rsa.h 28 /* The types RSA and RSA_METHOD are defined in ossl_typ.h */
71 * RSA implementation now uses blinding by
85 * new with 0.9.7h; the built-in RSA
198 RSA *RSA_new(void);
199 RSA *RSA_new_method(ENGINE *engine);
200 int RSA_bits(const RSA *rsa);
201 int RSA_size(const RSA *rsa);
202 int RSA_security_bits(const RSA *rsa)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
rsa.h 46 /* The types RSA and RSA_METHOD are defined in ossl_typ.h */
79 * RSA implementation now uses blinding by
93 * new with 0.9.7h; the built-in RSA
105 * New with 3.0: use part of the flags to denote exact type of RSA key,
107 * These different types share the same RSA structure, but indicate the
110 * RSA - this is the "normal" unlimited RSA structure (typenum 0)
212 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
213 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new_method(ENGINE *engine);
214 OSSL_DEPRECATEDIN_3_0 int RSA_bits(const RSA *rsa)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
rsa.h 43 /* The types RSA and RSA_METHOD are defined in ossl_typ.h */
76 * RSA implementation now uses blinding by
90 * new with 0.9.7h; the built-in RSA
102 * New with 3.0: use part of the flags to denote exact type of RSA key,
104 * These different types share the same RSA structure, but indicate the
107 * RSA - this is the "normal" unlimited RSA structure (typenum 0)
201 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
202 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new_method(ENGINE *engine);
203 OSSL_DEPRECATEDIN_3_0 int RSA_bits(const RSA *rsa)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_rsa.txt 19 # RSA 2048 bit key.
21 PrivateKey = RSA-2048
53 PublicKey = RSA-2048-PUBLIC
64 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
66 Title = RSA tests
68 Sign = RSA-2048
74 Sign = RSA-2048
81 Sign = RSA-2048
87 VerifyRecover = RSA-204
    [all...]
evppkey_rsa_common.txt 17 # RSA 2048 bit key.
19 PrivateKey = RSA-2048
51 PublicKey = RSA-2048-PUBLIC
62 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
66 # generated using (openssl genpkey -algorithm RSA -pkeyopt bits:1024)
67 PrivateKey = RSA-1024
85 PrivateKey = RSA-512
97 Title = RSA tests
99 Verify = RSA-204
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/crypto/
rsa.h 15 # include <openssl/rsa.h>
30 RSA_PSS_PARAMS_30 *ossl_rsa_get0_pss_params_30(RSA *r);
55 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
56 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r);
57 void ossl_rsa_set0_libctx(RSA *r, OSSL_LIB_CTX *libctx);
59 int ossl_rsa_set0_all_params(RSA *r, const STACK_OF(BIGNUM) *primes,
62 int ossl_rsa_get0_all_params(RSA *r, STACK_OF(BIGNUM_const) *primes,
65 int ossl_rsa_is_foreign(const RSA *rsa);
66 RSA *ossl_rsa_dup(const RSA *rsa, int selection)
    [all...]
types.h 17 typedef struct rsa_st RSA;
  /src/crypto/external/bsd/netpgp/dist/src/librsa/
rsastubs.h 4 #include "rsa.h"
20 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **x, pem_password_cb *cb, void *u);
rsa.h 43 BIGNUM *n; /* RSA public modulus n */
44 BIGNUM *e; /* RSA public encryption exponent e */
62 #define RSA mpi_rsa_t
111 uint32_t alg; /* pubkey algorithm - rsa/dss etc */
112 rsa_pubkey_t rsa; /* specific RSA keys */ member in struct:pubkey_t
125 rsasig_t rsa; /* RSA signature */ member in struct:signature_t
135 RSA *RSA_new(void);
136 int RSA_size(const RSA */*rsa*/)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
openssl_shim.h 24 #include <openssl/rsa.h>
55 static inline const RSA *
57 return pkey->type == EVP_PKEY_RSA ? pkey->pkey.rsa : NULL;
70 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
73 RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
76 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
79 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e,
83 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q);
86 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1,
90 RSA_test_flags(const RSA *r, int flags)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
25-cipher.conf 25 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256
30 CipherString = ECDHE-RSA-AES256-SHA384
36 ExpectedCipher = ECDHE-RSA-AES256-SHA384
50 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256
55 CipherString = ECDHE-RSA-AES128-SHA256
61 ExpectedCipher = ECDHE-RSA-AES128-SHA256
75 CipherString = ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA25
    [all...]

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011