Home
last modified time | relevance | path

Searched defs:prsactx (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/providers/implementations/signature/
Drsa_sig.c113 #define rsa_pss_restricted(prsactx) (prsactx->min_saltlen != -1) argument
115 static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx) in rsa_get_md_size()
122 static int rsa_check_padding(const PROV_RSA_CTX *prsactx, in rsa_check_padding()
155 static int rsa_check_parameters(PROV_RSA_CTX *prsactx, int min_saltlen) in rsa_check_parameters()
175 PROV_RSA_CTX *prsactx = NULL; in rsa_newctx() local
389 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_signverify_init() local
517 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_sign() local
676 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_verify_recover() local
764 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_verify() local
849 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_digest_signverify_init() local
[all …]
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
Drsa_sig.c113 #define rsa_pss_restricted(prsactx) (prsactx->min_saltlen != -1) argument
115 static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx) in rsa_get_md_size()
122 static int rsa_check_padding(const PROV_RSA_CTX *prsactx, in rsa_check_padding()
155 static int rsa_check_parameters(PROV_RSA_CTX *prsactx, int min_saltlen) in rsa_check_parameters()
175 PROV_RSA_CTX *prsactx = NULL; in rsa_newctx() local
389 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_signverify_init() local
517 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_sign() local
676 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_verify_recover() local
764 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_verify() local
849 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_digest_signverify_init() local
[all …]
/third_party/openssl/providers/implementations/kem/
Drsa_kem.c85 PROV_RSA_CTX *prsactx = OPENSSL_zalloc(sizeof(PROV_RSA_CTX)); in rsakem_newctx() local
97 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_freectx() local
123 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_init() local
170 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_set_ctx_params() local
244 static int rsasve_generate(PROV_RSA_CTX *prsactx, in rsasve_generate()
292 static int rsasve_recover(PROV_RSA_CTX *prsactx, in rsasve_recover()
322 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_generate() local
335 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_recover() local
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
Drsa_kem.c85 PROV_RSA_CTX *prsactx = OPENSSL_zalloc(sizeof(PROV_RSA_CTX)); in rsakem_newctx() local
97 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_freectx() local
123 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_init() local
170 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_set_ctx_params() local
244 static int rsasve_generate(PROV_RSA_CTX *prsactx, in rsasve_generate()
292 static int rsasve_recover(PROV_RSA_CTX *prsactx, in rsasve_recover()
322 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_generate() local
335 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsakem_recover() local
/third_party/openssl/providers/implementations/asymciphers/
Drsa_enc.c82 PROV_RSA_CTX *prsactx; in rsa_newctx() local
97 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_init() local
138 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_encrypt() local
200 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_decrypt() local
289 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_freectx() local
336 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_get_ctx_params() local
426 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_set_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
Drsa_enc.c82 PROV_RSA_CTX *prsactx; in rsa_newctx() local
97 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_init() local
138 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_encrypt() local
200 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_decrypt() local
289 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_freectx() local
336 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_get_ctx_params() local
426 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; in rsa_set_ctx_params() local