Home
last modified time | relevance | path

Searched refs:RandomStream_impl (Results 1 – 2 of 2) sorted by relevance

/dports/math/ntl/ntl-11.5.1/src/
H A DZZ.cpp2823 struct RandomStream_impl { struct
2829 RandomStream_impl(const unsigned char *k) in RandomStream_impl() argument
3098 struct RandomStream_impl { struct
3139 RandomStream_impl(const RandomStream_impl& other) in RandomStream_impl() function
3145 RandomStream_impl& operator=(const RandomStream_impl& other) in operator =() argument
3274 struct RandomStream_impl { argument
3366 RandomStream_impl *
3369 UniquePtr<RandomStream_impl> p; in RandomStream_impl_build()
3374 RandomStream_impl *
3377 UniquePtr<RandomStream_impl> p; in RandomStream_impl_build()
[all …]
/dports/math/ntl/ntl-11.5.1/include/NTL/
H A DZZ.h1079 struct RandomStream_impl;
1081 RandomStream_impl *
1084 RandomStream_impl *
1085 RandomStream_impl_build(const RandomStream_impl&);
1088 RandomStream_impl_copy(RandomStream_impl&, const RandomStream_impl&);
1091 RandomStream_impl_get_buf(const RandomStream_impl&);
1094 RandomStream_impl_get_buf_len(const RandomStream_impl&);
1097 RandomStream_impl_get_bytes(RandomStream_impl& impl, unsigned char *res,
1103 RandomStream_impl_delete(RandomStream_impl*);
1107 static void deleter(RandomStream_impl* p) { RandomStream_impl_delete(p); } in deleter()
[all …]