OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bi_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/daa/
bi_gmp.h
19
typedef mpz_ptr
bi_ptr
;
typedef
24
INLINE_DECL
bi_ptr
bi_new(bi_t i) {
30
INLINE_DECL
bi_ptr
bi_new_ptr(void) {
40
INLINE_DECL void bi_free(const
bi_ptr
i) {
45
INLINE_DECL void bi_free_ptr(const
bi_ptr
i) {
51
INLINE_DECL long bi_length( const
bi_ptr
res) {
61
INLINE_DECL char *bi_2_hex_char(const
bi_ptr
i) {
70
INLINE_DECL char *bi_2_dec_char(const
bi_ptr
i) {
79
INLINE_DECL
bi_ptr
bi_set(
bi_ptr
result, const bi_ptr value)
[
all
...]
bi_openssl.h
19
typedef struct bignum_st *
bi_ptr
;
typedef in typeref:struct:bignum_st
24
INLINE_DECL
bi_ptr
bi_new(
bi_ptr
result) {
30
INLINE_DECL
bi_ptr
bi_new_ptr(void) {
35
INLINE_DECL void bi_free(const
bi_ptr
i) {
40
INLINE_DECL void bi_free_ptr(const
bi_ptr
i) {
45
INLINE_DECL
bi_ptr
bi_inc(
bi_ptr
result) {
51
INLINE_DECL
bi_ptr
bi_dec(
bi_ptr
result)
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026