Home
last modified time | relevance | path

Searched refs:sk_value (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dstack.h63 #define sk_value OPENSSL_sk_value macro
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c133 ptr = (shl_t)sk_value(dso->meth_data, sk_num(dso->meth_data) - 1); in dl_bind_func()
/freebsd/crypto/openssl/
H A DCHANGES.md20262 * New functions sk_num, sk_value and sk_set to replace the previous macros.
20266 sk_num or sk_value it would produce an error because the num, data members
20268 replaces the old method of assigning a value to sk_value
20269 (e.g. sk_value(x, i) = y) which the library used in a few cases. Any code