Searched defs:prsactx (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 82 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; rsa_encrypt() local 200 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_decrypt() local 289 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_freectx() local 336 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_params() local 426 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_params() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 85 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; rsakem_set_ctx_params() local 244 rsasve_generate(PROV_RSA_CTX *prsactx, unsigned char *out, size_t *outlen, unsigned char *secret, size_t *secretlen) rsasve_generate() argument 292 rsasve_recover(PROV_RSA_CTX *prsactx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) rsasve_recover() argument 322 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsakem_generate() local 335 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsakem_recover() local [all...] |
/third_party/openssl/providers/implementations/kem/ |
H A D | rsa_kem.c | 85 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; rsakem_set_ctx_params() local 244 rsasve_generate(PROV_RSA_CTX *prsactx, unsigned char *out, size_t *outlen, unsigned char *secret, size_t *secretlen) rsasve_generate() argument 292 rsasve_recover(PROV_RSA_CTX *prsactx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) rsasve_recover() argument 322 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsakem_generate() local 335 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsakem_recover() local [all...] |
/third_party/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 82 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; rsa_encrypt() local 200 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_decrypt() local 289 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_freectx() local 336 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_params() local 426 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_params() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 115 static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx) in rsa_get_md_size() argument 122 static int rsa_check_padding(const PROV_RSA_CTX *prsactx, in rsa_check_padding() argument 155 rsa_check_parameters(PROV_RSA_CTX *prsactx, int min_saltlen) rsa_check_parameters() argument 175 PROV_RSA_CTX *prsactx = NULL; rsa_newctx() local 389 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_signverify_init() local 517 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_sign() local 676 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_verify_recover() local 764 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_verify() local 849 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_signverify_init() local 886 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_signverify_update() local 906 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_sign_final() local 943 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_verify_final() local 968 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_freectx() local 1038 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_params() local 1151 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_params() local 1392 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_settable_ctx_params() local 1401 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_md_params() local 1411 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_gettable_ctx_md_params() local 1421 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_md_params() local 1431 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_settable_ctx_md_params() local [all...] |
/third_party/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 115 static size_t rsa_get_md_size(const PROV_RSA_CTX *prsactx) in rsa_get_md_size() argument 122 static int rsa_check_padding(const PROV_RSA_CTX *prsactx, in rsa_check_padding() argument 155 rsa_check_parameters(PROV_RSA_CTX *prsactx, int min_saltlen) rsa_check_parameters() argument 175 PROV_RSA_CTX *prsactx = NULL; rsa_newctx() local 389 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_signverify_init() local 517 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_sign() local 676 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_verify_recover() local 764 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_verify() local 849 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_signverify_init() local 886 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_signverify_update() local 906 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_sign_final() local 943 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_digest_verify_final() local 968 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_freectx() local 1037 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_params() local 1150 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_params() local 1391 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_settable_ctx_params() local 1400 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_get_ctx_md_params() local 1410 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_gettable_ctx_md_params() local 1420 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_set_ctx_md_params() local 1430 PROV_RSA_CTX *prsactx = (PROV_RSA_CTX *)vprsactx; rsa_settable_ctx_md_params() local [all...] |
Completed in 6 milliseconds