Searched refs:rsa_init (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 94 static int rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], in rsa_init() function 126 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_ENCRYPT); in rsa_encrypt_init() 132 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_DECRYPT); in rsa_decrypt_init()
|
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
D | rsa_enc.c | 94 static int rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], in rsa_init() function 126 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_ENCRYPT); in rsa_encrypt_init() 132 return rsa_init(vprsactx, vrsa, params, EVP_PKEY_OP_DECRYPT); in rsa_decrypt_init()
|
/third_party/mbedtls/ |
D | ChangeLog | 5157 does not zeroize memory in advance anymore. Use rsa_init() 5242 rsa_init() and rsa_gen_key().
|