X25519_public_from_private(tmp, eckey->custom_data);if(CRYPTO_memcmp(pubkey, tmp, EC_X25519_KEYLEN) ==0)return1;return0; }else{return1; } } 开发者ID:1234-,项目名称:openssl,代码行数:28,代码来源:ec_25519.c 示例2: check_hmac ▲点赞 7▼ staticboolcheck_hmac(struct onion *onion,co...
信息
I've cloned the repository and am trying to build using the script, but I get an error: $ ./build-libssl.sh Using openssl-1.0.1f.tar.gz Building openssl-1.0.1f for iPhoneSimulator 7.0 i386 Please stand by... Problem while make - Please c...