/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_eay.c | 126 RSA *rsa, int padding) in rsa_public_encrypt() 221 rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) in rsa_get_blinding() 306 RSA *rsa, int padding) in rsa_private_encrypt() 434 RSA *rsa, int padding) in rsa_private_decrypt() 559 RSA *rsa, int padding) in rsa_public_decrypt() 809 rsa_init(RSA *rsa) in rsa_init() 816 rsa_finish(RSA *rsa) in rsa_finish() 867 RSA *rsa, int padding) in RSA_public_encrypt() 875 RSA *rsa, int padding) in RSA_private_encrypt() 883 RSA *rsa, int padding) in RSA_private_decrypt() [all …]
|
H A D | rsa_meth.c | 93 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_enc() 102 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_dec() 110 RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa)) in RSA_meth_set_finish() 119 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_enc() 128 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_dec() 137 const BIGNUM *i, RSA *rsa, BN_CTX *ctx)) in RSA_meth_set_mod_exp() 155 RSA_meth_set_init(RSA_METHOD *meth, int (*init)(RSA *rsa)) in RSA_meth_set_init() 163 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen)(RSA *rsa, int bits, in RSA_meth_set_keygen() 285 unsigned int *siglen, const RSA *rsa)) in RSA_meth_set_sign() 304 unsigned int siglen, const RSA *rsa)) in RSA_meth_set_verify()
|
H A D | rsa_pss.c | 75 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, in RSA_verify_PKCS1_PSS() 83 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, in RSA_verify_PKCS1_PSS_mgf1() 187 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS() 195 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1()
|
H A D | rsa_gen.c | 72 RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() 81 rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in rsa_builtin_keygen() 231 RSA *rsa = RSA_new(); in RSA_generate_key() local
|
H A D | rsa_sign.c | 127 unsigned char *sigret, unsigned int *siglen, RSA *rsa) in RSA_sign() 182 size_t siglen, RSA *rsa) in int_rsa_verify() 272 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) in RSA_verify()
|
H A D | rsa_pmeth.c | 193 RSA *rsa = ctx->pkey->pkey.rsa; in pkey_rsa_sign() local 297 RSA *rsa = ctx->pkey->pkey.rsa; in pkey_rsa_verify() local 762 rsa_set_pss_param(RSA *rsa, EVP_PKEY_CTX *ctx) in rsa_set_pss_param() 785 RSA *rsa = NULL; in pkey_rsa_keygen() local 852 RSA *rsa; in pkey_pss_init() local
|
H A D | rsa_saos.c | 70 unsigned char *sigret, unsigned int *siglen, RSA *rsa) in RSA_sign_ASN1_OCTET_STRING() 106 unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa) in RSA_verify_ASN1_OCTET_STRING()
|
H A D | rsa_blinding.c | 295 RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx) in RSA_setup_blinding() 336 RSA_blinding_off(RSA *rsa) in RSA_blinding_off() 345 RSA_blinding_on(RSA *rsa, BN_CTX *ctx) in RSA_blinding_on()
|
H A D | rsa_lib.c | 103 RSA_get_method(const RSA *rsa) in RSA_get_method() 110 RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method() 223 RSA_security_bits(const RSA *rsa) in RSA_security_bits()
|
H A D | rsa_ameth.c | 98 const RSA *rsa = pkey->pkey.rsa; in rsa_param_encode() local 124 rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in rsa_param_decode() 180 RSA *rsa = NULL; in rsa_pub_decode() local 212 RSA *rsa; in old_rsa_priv_decode() local 273 RSA *rsa = NULL; in rsa_priv_decode() local
|
H A D | rsa_asn1.c | 415 RSAPublicKey_dup(RSA *rsa) in RSAPublicKey_dup() 422 RSAPrivateKey_dup(RSA *rsa) in RSAPrivateKey_dup()
|
/openbsd/regress/lib/libcrypto/rsa/ |
H A D | rsa_method_test.c | 121 RSA *rsa; in generate_rsa_keypair() local 151 rsa_to_evp(RSA *rsa, EVP_PKEY **out_evp) in rsa_to_evp() 172 unsigned char *sig, unsigned int *sig_len, const RSA *rsa) in rsa_method_app_data_sign() 182 const unsigned char *sig, unsigned int sig_len, const RSA *rsa) in rsa_ex_data_verify()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x_all.c | 164 d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 171 i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio() 178 d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp() 185 i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp() 192 d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio() 199 i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPublicKey_bio() 206 d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp() 213 i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPublicKey_fp()
|
/openbsd/usr.sbin/relayd/ |
H A D | ca.c | 223 RSA *rsa; in ca_dispatch_relay() local 296 rsae_send_imsg(int flen, const u_char *from, u_char *to, RSA *rsa, in rsae_send_imsg() 408 rsae_priv_enc(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsae_priv_enc() 415 rsae_priv_dec(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsae_priv_dec()
|
/openbsd/lib/libssl/ |
H A D | ssl_rsa.c | 151 SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() 236 RSA *rsa = NULL; in SSL_use_RSAPrivateKey_file() local 276 RSA *rsa; in SSL_use_RSAPrivateKey_ASN1() local 513 SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey() 545 RSA *rsa = NULL; in SSL_CTX_use_RSAPrivateKey_file() local 585 RSA *rsa; in SSL_CTX_use_RSAPrivateKey_ASN1() local
|
/openbsd/lib/libfido2/src/ |
H A D | rs256.c | 119 RSA *rsa = NULL; in rs256_pk_to_EVP_PKEY() local 173 rs256_pk_from_RSA(rs256_pk_t *pk, const RSA *rsa) in rs256_pk_from_RSA() 210 const RSA *rsa; in rs256_pk_from_EVP_PKEY() local
|
/openbsd/usr.sbin/smtpd/ |
H A D | ca.c | 177 RSA *rsa = NULL; in ca_imsg() local 295 RSA *rsa, int padding, unsigned int cmd) in rsae_send_imsg() 372 rsae_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, in rsae_priv_enc() 383 rsae_priv_dec(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, in rsae_priv_dec()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-rsa.c | 69 const RSA *rsa; in ssh_rsa_serialize_public() local 90 const RSA *rsa; in ssh_rsa_serialize_private() local 193 RSA *rsa = NULL; in ssh_rsa_deserialize_public() local 234 RSA *rsa = NULL; in ssh_rsa_deserialize_private() local
|
H A D | ssh-pkcs11-client.c | 78 helper_by_rsa(const RSA *rsa) in helper_by_rsa() 236 rsa_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsa_encrypt() 292 rsa_finish(RSA *rsa) in rsa_finish() 396 RSA *rsa = NULL; in wrap_key() local
|
/openbsd/lib/libcrypto/asn1/ |
H A D | x_pubkey.c | 509 d2i_RSA_PUBKEY(RSA **rsa, const unsigned char **in, long len) in d2i_RSA_PUBKEY() 517 i2d_RSA_PUBKEY(RSA *rsa, unsigned char **out) in i2d_RSA_PUBKEY() 524 d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio() 531 i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa) in i2d_RSA_PUBKEY_bio() 538 d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp() 545 i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa) in i2d_RSA_PUBKEY_fp()
|
/openbsd/lib/libkeynote/ |
H A D | signature.c | 640 RSA *rsa; in keynote_sigverify_assertion() local 794 RSA *rsa = NULL; in keynote_sign_assertion() local 1130 RSA *rsa; in kn_encode_key() local
|
H A D | keynote-keygen.c | 106 RSA *rsa; in keynote_keygen() local
|
/openbsd/lib/libtls/ |
H A D | tls_signer.c | 38 RSA *rsa; member 328 RSA *rsa, int rsa_padding) in tls_rsa_priv_enc()
|
/openbsd/lib/libcrypto/pem/ |
H A D | pvkfmt.c | 369 RSA *rsa = NULL; in b2i_rsa() local 577 check_bitlen_rsa(RSA *rsa, int ispub, unsigned int *pmagic) in check_bitlen_rsa() 611 write_rsa(unsigned char **out, RSA *rsa, int ispub) in write_rsa()
|
/openbsd/sbin/isakmpd/ |
H A D | dnssec.c | 239 RSA *rsa; in dns_RSA_dns_to_x509() local
|