Searched refs:rsa_newctx (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 36 static OSSL_FUNC_asym_cipher_newctx_fn rsa_newctx; variable 80 static void *rsa_newctx(void *provctx) in rsa_newctx() function 575 { OSSL_FUNC_ASYM_CIPHER_NEWCTX, (void (*)(void))rsa_newctx },
|
/third_party/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 36 static OSSL_FUNC_asym_cipher_newctx_fn rsa_newctx; variable 80 static void *rsa_newctx(void *provctx) in rsa_newctx() function 574 { OSSL_FUNC_ASYM_CIPHER_NEWCTX, (void (*)(void))rsa_newctx },
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 37 static OSSL_FUNC_signature_newctx_fn rsa_newctx; variable 173 static void *rsa_newctx(void *provctx, const char *propq) in rsa_newctx() function 1440 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))rsa_newctx },
|
/third_party/openssl/providers/implementations/signature/ |
H A D | rsa_sig.c | 37 static OSSL_FUNC_signature_newctx_fn rsa_newctx; variable 173 static void *rsa_newctx(void *provctx, const char *propq) in rsa_newctx() function 1439 { OSSL_FUNC_SIGNATURE_NEWCTX, (void (*)(void))rsa_newctx },
|
Completed in 10 milliseconds