Searched refs:ALGORITHM_NAME_ED25519 (Results 1 – 1 of 1) sorted by relevance
36 #define ALGORITHM_NAME_ED25519 "Ed25519" macro150 return ALGORITHM_NAME_ED25519; in GetAlg25519PubKeyAlgorithm()169 return ALGORITHM_NAME_ED25519; in GetAlg25519PriKeyAlgorithm()786 if (strcmp(algName, ALGORITHM_NAME_ED25519) == 0) { in CreateOpensslAlg25519PubKey()807 if (strcmp(algName, ALGORITHM_NAME_ED25519) == 0) { in CreateOpensslAlg25519PriKey()929 if (((strcmp(paramsSpec->algName, ALGORITHM_NAME_ED25519) != 0) && in EngineGenerateAlg25519PubKeyBySpec()963 if (((strcmp(paramsSpec->algName, ALGORITHM_NAME_ED25519) != 0) && in EngineGenerateAlg25519PriKeyBySpec()997 if (((strcmp(paramsSpec->algName, ALGORITHM_NAME_ED25519) != 0) && in EngineGenerateAlg25519KeyPairBySpec()