Home
last modified time | relevance | path

Searched refs:PROV_RSA_CTX (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/providers/implementations/kem/
H A Drsa_kem.c59 } PROV_RSA_CTX; typedef
86 PROV_RSA_CTX *prsactx; in rsakem_newctx()
91 prsactx = OPENSSL_zalloc(sizeof(PROV_RSA_CTX)); in rsakem_newctx()
103 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_freectx()
111 PROV_RSA_CTX *srcctx = (PROV_RSA_CTX *)vprsactx; in rsakem_dupctx()
112 PROV_RSA_CTX *dstctx; in rsakem_dupctx()
133 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_init()
177 PROV_RSA_CTX *ctx = (PROV_RSA_CTX *)vprsactx; in rsakem_get_ctx_params()
200 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_set_ctx_params()
277 static int rsasve_generate(PROV_RSA_CTX *prsactx, in rsasve_generate()
[all …]
/src/crypto/openssl/providers/implementations/signature/
H A Drsa_sig.c158 } PROV_RSA_CTX; typedef
163 static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx) in rsa_get_md_size()
176 static int rsa_check_padding(const PROV_RSA_CTX *prsactx, in rsa_check_padding()
209 static int rsa_check_parameters(PROV_RSA_CTX *prsactx, int min_saltlen) in rsa_check_parameters()
229 PROV_RSA_CTX *prsactx = NULL; in rsa_newctx()
235 if ((prsactx = OPENSSL_zalloc(sizeof(PROV_RSA_CTX))) == NULL in rsa_newctx()
255 static int rsa_pss_compute_saltlen(PROV_RSA_CTX *ctx) in rsa_pss_compute_saltlen()
308 static unsigned char *rsa_generate_signature_aid(PROV_RSA_CTX *ctx, in rsa_generate_signature_aid()
370 static int rsa_setup_md(PROV_RSA_CTX *ctx, const char *mdname, in rsa_setup_md()
464 static int rsa_setup_mgf1_md(PROV_RSA_CTX *ctx, const char *mdname, in rsa_setup_mgf1_md()
[all …]
/src/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c79 } PROV_RSA_CTX; typedef
83 PROV_RSA_CTX *prsactx; in rsa_newctx()
87 prsactx = OPENSSL_zalloc(sizeof(PROV_RSA_CTX)); in rsa_newctx()
99 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_init()
153 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_encrypt()
229 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_decrypt()
320 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_freectx()
333 PROV_RSA_CTX *srcctx = (PROV_RSA_CTX *)vprsactx; in rsa_dupctx()
334 PROV_RSA_CTX *dstctx; in rsa_dupctx()
373 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_get_ctx_params()
[all …]