Searched refs:EVP_PKEY_RSA2 (Results 1 – 6 of 6) sorted by relevance
69 B<NID_rsa> (equivalent to B<EVP_PKEY_RSA2>). The use of70 alternative non-standard OIDs is now rare so B<EVP_PKEY_RSA2> et al are not74 EVP_PKEY_type(EVP_PKEY_RSA2) will return B<EVP_PKEY_RSA>.
945 EVP_PKEY_RSA2,
43 # define EVP_PKEY_RSA2 NID_rsa macro
60 # define EVP_PKEY_RSA2 NID_rsa macro
899 case COAP_ASN1_PKEY_RSA2: return EVP_PKEY_RSA2; in map_key_type()
4527 EVP_PKEY_id(pkey.get()) == EVP_PKEY_RSA2 || in ApplyRSAOptions()