deimos.openssl.stack

Undocumented in source.

Members

Aliases

_STACK
alias _STACK = stack_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_delete
alias sk_delete = OPENSSL_sk_delete

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_delete_ptr
alias sk_delete_ptr = OPENSSL_sk_delete_ptr

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_dup
alias sk_dup = OPENSSL_sk_dup

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_find
alias sk_find = OPENSSL_sk_find

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_find_ex
alias sk_find_ex = OPENSSL_sk_find_ex

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_free
alias sk_free = OPENSSL_sk_free

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_insert
alias sk_insert = OPENSSL_sk_insert

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_is_sorted
alias sk_is_sorted = OPENSSL_sk_is_sorted

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_new
alias sk_new = OPENSSL_sk_new

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_new_null
alias sk_new_null = OPENSSL_sk_new_null

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_num
alias sk_num = OPENSSL_sk_num

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_pop
alias sk_pop = OPENSSL_sk_pop

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_pop_free
alias sk_pop_free = OPENSSL_sk_pop_free

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_push
alias sk_push = OPENSSL_sk_push

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_set
alias sk_set = OPENSSL_sk_set

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_set_cmp_func
alias sk_set_cmp_func = OPENSSL_sk_set_cmp_func

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_shift
alias sk_shift = OPENSSL_sk_shift

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_sort
alias sk_sort = OPENSSL_sk_sort

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_unshift
alias sk_unshift = OPENSSL_sk_unshift

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_value
alias sk_value = OPENSSL_sk_value

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_zero
alias sk_zero = OPENSSL_sk_zero

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

Functions

M_sk_num
int M_sk_num(_STACK* sk)
Undocumented in source. Be warned that the author may not have intended to support it.
M_sk_value
char* M_sk_value(_STACK* sk, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
OPENSSL_sk_delete
void* OPENSSL_sk_delete(_STACK* st, int loc)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_delete_ptr
void* OPENSSL_sk_delete_ptr(_STACK* st, void* p)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_dup
_STACK* OPENSSL_sk_dup(_STACK* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_find
int OPENSSL_sk_find(_STACK* st, void* data)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_find_ex
int OPENSSL_sk_find_ex(_STACK* st, void* data)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_free
void OPENSSL_sk_free(_STACK* )

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_insert
int OPENSSL_sk_insert(_STACK* sk, void* data, int where)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_is_sorted
int OPENSSL_sk_is_sorted(const(_STACK)* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_new
_STACK* OPENSSL_sk_new(ExternC!(int function(const(void)*, const(void)*)) cmp)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_new_null
_STACK* OPENSSL_sk_new_null()

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_num
int OPENSSL_sk_num(const(_STACK)* )

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_pop
void* OPENSSL_sk_pop(_STACK* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_pop_free
void OPENSSL_sk_pop_free(_STACK* st, ExternC!(void function(void*)) func)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_push
int OPENSSL_sk_push(_STACK* st, void* data)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_set
void* OPENSSL_sk_set(_STACK* , int , void* )

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_set_cmp_func
int function(const(void)*, const(void)*) OPENSSL_sk_set_cmp_func(_STACK* sk, ExternC!(int function(const(void)*, const(void)*)) c)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_shift
void* OPENSSL_sk_shift(_STACK* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_sort
void OPENSSL_sk_sort(_STACK* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_unshift
int OPENSSL_sk_unshift(_STACK* st, void* data)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_value
void* OPENSSL_sk_value(const(_STACK)* , int )

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

OPENSSL_sk_zero
void OPENSSL_sk_zero(_STACK* st)

Starting from OpenSSL v1.1.0, the sk_* functions are prefixed with OPENSSL_, so e.g. sk_num becomes OPENSSL_sk_num.

sk_delete
void* sk_delete(_STACK* st, int loc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_delete_ptr
void* sk_delete_ptr(_STACK* st, void* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_dup
_STACK* sk_dup(_STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_find
int sk_find(_STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_find_ex
int sk_find_ex(_STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_free
void sk_free(_STACK* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_insert
int sk_insert(_STACK* sk, void* data, int where)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_is_sorted
int sk_is_sorted(const(_STACK)* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_new
_STACK* sk_new(ExternC!(int function(const(void)*, const(void)*)) cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_new_null
_STACK* sk_new_null()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_num
int sk_num(const(_STACK)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_pop
void* sk_pop(_STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_pop_free
void sk_pop_free(_STACK* st, ExternC!(void function(void*)) func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_push
int sk_push(_STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_set
void* sk_set(_STACK* , int , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_set_cmp_func
int function(const(void)*, const(void)*) sk_set_cmp_func(_STACK* sk, ExternC!(int function(const(void)*, const(void)*)) c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_shift
void* sk_shift(_STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_sort
void sk_sort(_STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_unshift
int sk_unshift(_STACK* st, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_value
void* sk_value(const(_STACK)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sk_zero
void sk_zero(_STACK* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

stack_st
struct stack_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta