/dflybsd-src/crypto/libressl/crypto/rsa/ |
H A D | rsa_crpt.c | 90 RSA *rsa, int padding) in RSA_public_encrypt() 97 RSA *rsa, int padding) in RSA_private_encrypt() 104 RSA *rsa, int padding) in RSA_private_decrypt() 111 RSA *rsa, int padding) in RSA_public_decrypt() 123 RSA_blinding_off(RSA *rsa) in RSA_blinding_off() 131 RSA_blinding_on(RSA *rsa, BN_CTX *ctx) in RSA_blinding_on() 179 RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx) in RSA_setup_blinding()
|
H A D | rsa_meth.c | 88 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_enc() 96 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_priv_dec() 103 RSA_meth_set_finish(RSA_METHOD *meth, int (*finish)(RSA *rsa)) in RSA_meth_set_finish() 111 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_enc() 119 const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) in RSA_meth_set_pub_dec() 127 const BIGNUM *i, RSA *rsa, BN_CTX *ctx)) in RSA_meth_set_mod_exp() 143 RSA_meth_set_init(RSA_METHOD *meth, int (*init)(RSA *rsa)) in RSA_meth_set_init() 150 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen)(RSA *rsa, int bits, in RSA_meth_set_keygen() 257 unsigned int *siglen, const RSA *rsa)) in RSA_meth_set_sign() 274 unsigned int siglen, const RSA *rsa)) in RSA_meth_set_verify()
|
H A D | rsa_eay.c | 162 RSA *rsa, int padding) in RSA_eay_public_encrypt() 256 rsa_get_blinding(RSA *rsa, int *local, BN_CTX *ctx) in rsa_get_blinding() 351 RSA *rsa, int padding) in RSA_eay_private_encrypt() 478 RSA *rsa, int padding) in RSA_eay_private_decrypt() 602 RSA *rsa, int padding) in RSA_eay_public_decrypt() 700 RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx) in RSA_eay_mod_exp() 850 RSA_eay_init(RSA *rsa) in RSA_eay_init() 857 RSA_eay_finish(RSA *rsa) in RSA_eay_finish()
|
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() 82 RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, in RSA_verify_PKCS1_PSS_mgf1() 183 RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS() 190 RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1()
|
H A D | rsa_sign.c | 127 unsigned char *sigret, unsigned int *siglen, RSA *rsa) in RSA_sign() 181 size_t siglen, RSA *rsa) in int_rsa_verify() 271 const unsigned char *sigbuf, unsigned int siglen, RSA *rsa) in RSA_verify()
|
H A D | rsa_pmeth.c | 192 RSA *rsa = ctx->pkey->pkey.rsa; in pkey_rsa_sign() local 296 RSA *rsa = ctx->pkey->pkey.rsa; in pkey_rsa_verify() local 723 rsa_set_pss_param(RSA *rsa, EVP_PKEY_CTX *ctx) in rsa_set_pss_param() 746 RSA *rsa = NULL; in pkey_rsa_keygen() local 809 RSA *rsa; in pkey_pss_init() local
|
H A D | rsa_gen.c | 85 RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() 93 rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in rsa_builtin_keygen()
|
H A D | rsa_lib.c | 103 RSA_get_method(const RSA *rsa) in RSA_get_method() 109 RSA_set_method(RSA *rsa, const RSA_METHOD *meth) in RSA_set_method() 245 RSA_security_bits(const RSA *rsa) in RSA_security_bits()
|
H A D | rsa_ameth.c | 87 const RSA *rsa = pkey->pkey.rsa; in rsa_param_encode() local 113 rsa_param_decode(RSA *rsa, const X509_ALGOR *alg) in rsa_param_decode() 162 RSA *rsa = NULL; in rsa_pub_decode() local 194 RSA *rsa; in old_rsa_priv_decode() local 242 RSA *rsa; in rsa_priv_decode() local
|
H A D | rsa_asn1.c | 399 RSAPublicKey_dup(RSA *rsa) in RSAPublicKey_dup() 405 RSAPrivateKey_dup(RSA *rsa) in RSAPrivateKey_dup()
|
H A D | rsa_depr.c | 77 RSA *rsa = RSA_new(); in RSA_generate_key() local
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x_all.c | 176 d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 182 i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio() 188 d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp() 194 i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp() 200 d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio() 206 i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPublicKey_bio() 212 d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp() 218 i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPublicKey_fp()
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | ssl_rsa.c | 148 SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() 228 RSA *rsa = NULL; in SSL_use_RSAPrivateKey_file() local 267 RSA *rsa; in SSL_use_RSAPrivateKey_ASN1() local 497 SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey() 524 RSA *rsa = NULL; in SSL_CTX_use_RSAPrivateKey_file() local 563 RSA *rsa; in SSL_CTX_use_RSAPrivateKey_ASN1() local
|
H A D | ssl_srvr.c | 1630 RSA *rsa = NULL; in ssl3_get_client_kex_rsa() local 2049 RSA *rsa; in ssl3_get_cert_verify() local
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | x_pubkey.c | 495 d2i_RSA_PUBKEY(RSA **rsa, const unsigned char **in, long len) in d2i_RSA_PUBKEY() 502 i2d_RSA_PUBKEY(RSA *rsa, unsigned char **out) in i2d_RSA_PUBKEY() 508 d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio() 514 i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa) in i2d_RSA_PUBKEY_bio() 520 d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp() 526 i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa) in i2d_RSA_PUBKEY_fp()
|
/dflybsd-src/crypto/openssh/ |
H A D | ssh-pkcs11-client.c | 91 helper_by_rsa(const RSA *rsa) in helper_by_rsa() 253 rsa_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsa_encrypt() 306 rsa_finish(RSA *rsa) in rsa_finish()
|
H A D | ssh-pkcs11.c | 422 pkcs11_rsa_private_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, in pkcs11_rsa_private_encrypt() 457 pkcs11_rsa_private_decrypt(int flen, const u_char *from, u_char *to, RSA *rsa, in pkcs11_rsa_private_decrypt() 487 CK_ATTRIBUTE *keyid_attrib, RSA *rsa) in pkcs11_rsa_wrap() 834 RSA *rsa = NULL; in pkcs11_fetch_rsa_pubkey() local 926 RSA *rsa = NULL; in pkcs11_fetch_x509_pubkey() local
|
/dflybsd-src/crypto/libressl/tls/ |
H A D | tls_signer.c | 29 RSA *rsa; member 310 RSA *rsa, int rsa_padding) in tls_rsa_priv_enc()
|
/dflybsd-src/crypto/libressl/crypto/pem/ |
H A D | pvkfmt.c | 369 RSA *rsa = NULL; in b2i_rsa() local 573 check_bitlen_rsa(RSA *rsa, int ispub, unsigned int *pmagic) in check_bitlen_rsa() 607 write_rsa(unsigned char **out, RSA *rsa, int ispub) in write_rsa()
|
H A D | pem_all.c | 281 pkey_get_rsa(EVP_PKEY *key, RSA **rsa) in pkey_get_rsa() 299 PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_RSAPrivateKey() 316 PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_bio_RSAPrivateKey()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_guc_fw.c | 126 u32 status, rsa[UOS_RSA_SCRATCH_MAX_COUNT]; in guc_ucode_xfer_dma() local
|
/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | genrsa.c | 280 RSA *rsa = NULL; in genrsa_main() local
|
H A D | rsautl.c | 239 RSA *rsa = NULL; in rsautl_main() local
|
H A D | rsa.c | 253 RSA *rsa = NULL; in rsa_main() local
|
/dflybsd-src/contrib/ldns/ |
H A D | keys.c | 424 RSA *rsa; in ldns_key_new_frm_fp_l() local 765 RSA *rsa; in ldns_key_new_frm_fp_rsa_l() local 1815 RSA *rsa = NULL; in ldns_key2rr() local
|