Searched refs:algo_type (Results 1 – 1 of 1) sorted by relevance
582 int algo_type = EVP_PKEY_id(evp); in performCryptoOpUsingKeystoreEngine() local583 if (algo_type != EVP_PKEY_RSA && algo_type != EVP_PKEY_EC) { in performCryptoOpUsingKeystoreEngine()