Home
last modified time | relevance | path

Searched refs:botan_mp_get_bit (Results 1 – 14 of 14) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_mp.cpp287 int botan_mp_get_bit(const botan_mp_t mp, size_t bit) in botan_mp_get_bit() function
H A Dffi.h920 BOTAN_PUBLIC_API(2,1) int botan_mp_get_bit(const botan_mp_t n, size_t bit);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_mp.cpp287 int botan_mp_get_bit(const botan_mp_t mp, size_t bit) in botan_mp_get_bit() function
H A Dffi.h920 BOTAN_PUBLIC_API(2,1) int botan_mp_get_bit(const botan_mp_t n, size_t bit);
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_mp.cpp287 int botan_mp_get_bit(const botan_mp_t mp, size_t bit) in botan_mp_get_bit() function
H A Dffi.h920 BOTAN_PUBLIC_API(2,1) int botan_mp_get_bit(const botan_mp_t n, size_t bit);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_ffi.cpp1425 TEST_FFI_RC(1, botan_mp_get_bit, (x, 1)); in ffi_test_mp()
1426 TEST_FFI_RC(0, botan_mp_get_bit, (x, 87)); in ffi_test_mp()
1428 TEST_FFI_RC(1, botan_mp_get_bit, (x, 87)); in ffi_test_mp()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dtest_ffi.cpp1425 TEST_FFI_RC(1, botan_mp_get_bit, (x, 1)); in ffi_test_mp()
1426 TEST_FFI_RC(0, botan_mp_get_bit, (x, 87)); in ffi_test_mp()
1428 TEST_FFI_RC(1, botan_mp_get_bit, (x, 87)); in ffi_test_mp()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/python/
H A Dbotan2.py242 ffi_api(dll.botan_mp_get_bit, [c_void_p, c_size_t])
1688 return _DLL.botan_mp_get_bit(self.__obj, c_size_t(bit)) == 1
/dports/security/botan2/Botan-2.18.2/src/python/
H A Dbotan2.py242 ffi_api(dll.botan_mp_get_bit, [c_void_p, c_size_t])
1688 return _DLL.botan_mp_get_bit(self.__obj, c_size_t(bit)) == 1
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/python/
H A Dbotan2.py242 ffi_api(dll.botan_mp_get_bit, [c_void_p, c_size_t])
1688 return _DLL.botan_mp_get_bit(self.__obj, c_size_t(bit)) == 1
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dffi.rst633 .. cpp:function:: int botan_mp_get_bit(botan_mp_t n, size_t bit)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dffi.rst633 .. cpp:function:: int botan_mp_get_bit(botan_mp_t n, size_t bit)
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dffi.rst633 .. cpp:function:: int botan_mp_get_bit(botan_mp_t n, size_t bit)