Searched refs:RSA (Results 1 – 25 of 150) sorted by relevance
123456
83 OPENSSL_EXPORT RSA *RSA_new(void);86 OPENSSL_EXPORT RSA *RSA_new_method(const ENGINE *engine);90 OPENSSL_EXPORT void RSA_free(RSA *rsa);94 OPENSSL_EXPORT int RSA_up_ref(RSA *rsa);100 OPENSSL_EXPORT unsigned RSA_bits(const RSA *rsa);103 OPENSSL_EXPORT const BIGNUM *RSA_get0_n(const RSA *rsa);106 OPENSSL_EXPORT const BIGNUM *RSA_get0_e(const RSA *rsa);110 OPENSSL_EXPORT const BIGNUM *RSA_get0_d(const RSA *rsa);114 OPENSSL_EXPORT const BIGNUM *RSA_get0_p(const RSA *rsa);118 OPENSSL_EXPORT const BIGNUM *RSA_get0_q(const RSA *rsa);[all …]
159 OPENSSL_EXPORT int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key);160 OPENSSL_EXPORT int EVP_PKEY_assign_RSA(EVP_PKEY *pkey, RSA *key);161 OPENSSL_EXPORT RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey);162 OPENSSL_EXPORT RSA *EVP_PKEY_get1_RSA(const EVP_PKEY *pkey);1000 OPENSSL_EXPORT int i2d_RSA_PUBKEY(const RSA *rsa, uint8_t **outp);1009 OPENSSL_EXPORT RSA *d2i_RSA_PUBKEY(RSA **out, const uint8_t **inp, long len);1081 RSA *rsa;
77 OPENSSL_EXPORT RSA *RSA_new(void);80 OPENSSL_EXPORT RSA *RSA_new_method(const ENGINE *engine);84 OPENSSL_EXPORT void RSA_free(RSA *rsa);87 OPENSSL_EXPORT int RSA_up_ref(RSA *rsa);95 OPENSSL_EXPORT void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n,100 OPENSSL_EXPORT void RSA_get0_factors(const RSA *rsa, const BIGNUM **out_p,107 OPENSSL_EXPORT void RSA_get0_crt_params(const RSA *rsa, const BIGNUM **out_dmp1,117 OPENSSL_EXPORT int RSA_set0_key(RSA *rsa, BIGNUM *n, BIGNUM *e, BIGNUM *d);124 OPENSSL_EXPORT int RSA_set0_factors(RSA *rsa, BIGNUM *p, BIGNUM *q);131 OPENSSL_EXPORT int RSA_set0_crt_params(RSA *rsa, BIGNUM *dmp1, BIGNUM *dmq1,[all …]
614 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_fp(FILE *fp,RSA **rsa);615 OPENSSL_EXPORT int i2d_RSAPrivateKey_fp(FILE *fp,RSA *rsa);616 OPENSSL_EXPORT RSA *d2i_RSAPublicKey_fp(FILE *fp,RSA **rsa);617 OPENSSL_EXPORT int i2d_RSAPublicKey_fp(FILE *fp,RSA *rsa);618 OPENSSL_EXPORT RSA *d2i_RSA_PUBKEY_fp(FILE *fp,RSA **rsa);619 OPENSSL_EXPORT int i2d_RSA_PUBKEY_fp(FILE *fp,RSA *rsa);648 OPENSSL_EXPORT RSA *d2i_RSAPrivateKey_bio(BIO *bp,RSA **rsa);649 OPENSSL_EXPORT int i2d_RSAPrivateKey_bio(BIO *bp,RSA *rsa);650 OPENSSL_EXPORT RSA *d2i_RSAPublicKey_bio(BIO *bp,RSA **rsa);651 OPENSSL_EXPORT int i2d_RSAPublicKey_bio(BIO *bp,RSA *rsa);[all …]
74 # error RSA is disabled.88 unsigned char *to, RSA *rsa, int padding);90 unsigned char *to, RSA *rsa, int padding);92 unsigned char *to, RSA *rsa, int padding);94 unsigned char *to, RSA *rsa, int padding);96 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);101 int (*init) (RSA *rsa);103 int (*finish) (RSA *rsa);119 const RSA *rsa);122 unsigned int siglen, const RSA *rsa);[all …]
677 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa);678 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa);679 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa);680 int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa);681 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa);682 int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa);716 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);717 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa);718 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa);719 int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa);[all …]
1 config RSA config2 bool "Use RSA Library"6 RSA support. This enables the RSA algorithm used for FIT image9 The Modular Exponentiation algorithm in RSA is implemented using17 bool "Use RSA Library within SPL"18 depends on RSA20 if RSA22 bool "Enable driver for RSA Modular Exponentiation in software"23 depends on DM && RSA25 Enables driver for modular exponentiation in software. This is a RSA[all …]
26 static void RSA_get0_key(const RSA *r, in RSA_get0_key()57 static int rsa_pem_get_pub_key(const char *keydir, const char *name, RSA **rsap) in rsa_pem_get_pub_key()62 RSA *rsa; in rsa_pem_get_pub_key()124 ENGINE *engine, RSA **rsap) in rsa_engine_get_pub_key()129 RSA *rsa; in rsa_engine_get_pub_key()182 ENGINE *engine, RSA **rsap) in rsa_get_pub_key()198 RSA **rsap) in rsa_pem_get_priv_key()201 RSA *rsa; in rsa_pem_get_priv_key()235 ENGINE *engine, RSA **rsap) in rsa_engine_get_priv_key()240 RSA *rsa; in rsa_engine_get_priv_key()[all …]
4 Subject: [PATCH] Avoid RSA type redefinition8 typedef struct rsa_st RSA;16 "struct rsa_st", and change the only place where the RSA type was used32 -typedef struct rsa_st RSA;37 - RSA* rsa_private_key; /* Private key data */
124 +static inline void RSA_get0_key(const RSA *rsa, const BIGNUM **n,161 /* Size of RSA key in 32-bit words */213 /* Command line tool to extract RSA public keys from X.509 certificates214 * and output a pre-processed version of keys for use by RSA verification218 int check(RSA* key) {230 @@ -40,7 +46,8 @@ int check(RSA* key) {232 void output(RSA* key) {240 @@ -48,14 +55,15 @@ void output(RSA* key) {245 /* Output size of RSA key in 32-bit words */258 @@ -120,6 +128,7 @@ void output(RSA* key) {
1 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.3 License to copy and use this software is granted provided that it is identified as the "RSA Data Se…5 …ivative works provided that such works are identified as "derived from the RSA Data Security, Inc.…7 RSA Data Security, Inc. makes no representations concerning either the merchantability of this soft…
124 virt: [RSA-1024] PRIV ENCRYPT 25ms.125 virt: [RSA-1024] PUB DECRYPT 6ms.126 virt: [RSA-2048] PRIV ENCRYPT 181ms.127 virt: [RSA-2048] PUB DECRYPT 44ms.128 virt: [RSA-3072] PRIV ENCRYPT 521ms.129 virt: [RSA-3072] PUB DECRYPT 68ms.130 virt: [RSA-4096] PRIV ENCRYPT 1147ms.131 virt: [RSA-4096] PUB DECRYPT 85ms.
147 virt: [RSA-1024] PRIV ENCRYPT 26ms.148 virt: [RSA-1024] PUB DECRYPT 6ms.149 virt: [RSA-2048] PRIV ENCRYPT 105ms.150 virt: [RSA-2048] PUB DECRYPT 15ms.151 virt: [RSA-3072] PRIV ENCRYPT 309ms.152 virt: [RSA-3072] PUB DECRYPT 44ms.153 virt: [RSA-4096] PRIV ENCRYPT 679ms.154 virt: [RSA-4096] PUB DECRYPT 81ms.
146 virt: [RSA-1024] PRIV ENCRYPT 25ms.147 virt: [RSA-1024] PUB DECRYPT 5ms.148 virt: [RSA-2048] PRIV ENCRYPT 130ms.149 virt: [RSA-2048] PUB DECRYPT 29ms.150 virt: [RSA-3072] PRIV ENCRYPT 378ms.151 virt: [RSA-3072] PUB DECRYPT 58ms.152 virt: [RSA-4096] PRIV ENCRYPT 786ms.153 virt: [RSA-4096] PUB DECRYPT 72ms.
148 virt: [RSA-1024] PRIV ENCRYPT 21ms.149 virt: [RSA-1024] PUB DECRYPT 6ms.150 virt: [RSA-2048] PRIV ENCRYPT 116ms.151 virt: [RSA-2048] PUB DECRYPT 9ms.152 virt: [RSA-3072] PRIV ENCRYPT 346ms.153 virt: [RSA-3072] PUB DECRYPT 31ms.154 virt: [RSA-4096] PRIV ENCRYPT 772ms.155 virt: [RSA-4096] PUB DECRYPT 64ms.
147 virt: [RSA-1024] PRIV ENCRYPT 36ms.148 virt: [RSA-1024] PUB DECRYPT 17ms.149 virt: [RSA-2048] PRIV ENCRYPT 148ms.150 virt: [RSA-2048] PUB DECRYPT 47ms.151 virt: [RSA-3072] PRIV ENCRYPT 366ms.152 virt: [RSA-3072] PUB DECRYPT 58ms.153 virt: [RSA-4096] PRIV ENCRYPT 797ms.154 virt: [RSA-4096] PUB DECRYPT 71ms.
28 static void RSA_get0_key(const RSA *r, in RSA_get0_key()389 static int kwb_load_rsa_key(const char *keydir, const char *name, RSA **p_rsa) in kwb_load_rsa_key()392 RSA *rsa; in kwb_load_rsa_key()420 RSA **p_key) in kwb_load_cfg_key()423 RSA *key; in kwb_load_cfg_key()445 static int kwb_load_kak(struct image_tool_params *params, RSA **p_kak) in kwb_load_kak()450 static int kwb_load_csk(struct image_tool_params *params, RSA **p_csk) in kwb_load_csk()495 static int kwb_import_pubkey(RSA **key, struct pubkey_der_v1 *src, char *keyname) in kwb_import_pubkey()497 RSA *rsa; in kwb_import_pubkey()516 static int kwb_export_pubkey(RSA *key, struct pubkey_der_v1 *dst, FILE *hashf, in kwb_export_pubkey()[all …]
1 SUMMARY = "Crypt Openssl RSA cpan module"6 SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-RSA-${PV}.tar.gz \24 S = "${WORKDIR}/Crypt-OpenSSL-RSA-${PV}"
33 RSA, enumerator76 {"rsa", 0, NULL, RSA}, in main()107 case RSA: in main()