33 #ifndef __BOLOS_ANTIREPLAY_H__ 34 #define __BOLOS_ANTIREPLAY_H__ 99 #endif // __BOLOS_ANTIREPLAY_H__ int bls_antireplay_query(uint8_t *reference, size_t referenceLength, uint32_t *value)
Query the value of an anti-replay counter.
int bls_antireplay_create(uint8_t *referenceOut, size_t referenceOutLength)
Create a new anti-replay counter.
int bls_antireplay_delete(uint8_t *reference, size_t referenceLength)
Delete a previously created anti-replay counter.
int bls_antireplay_increase(uint8_t *reference, size_t referenceLength)
Increase the value of an anti-replay counter.
int bls_antireplay_supported(void)
Check if antireplay hardware APIs are supported on this platform.