示例#1
0
int Camellia_set_key(const unsigned char *userKey, const int bits,
                     CAMELLIA_KEY *key)
{
#ifdef OPENSSL_FIPS
    fips_cipher_abort(Camellia);
#endif
    return private_Camellia_set_key(userKey, bits, key);
}
示例#2
0
int Camellia_set_key(const unsigned char *userKey, const int bits,
	CAMELLIA_KEY *key)
	{
	return private_Camellia_set_key(userKey, bits, key);
	}