Home
last modified time | relevance | path

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

/src/crypto/openssl/include/openssl/
H A Dstack.h63 #define sk_value OPENSSL_sk_value macro
/src/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()
/src/crypto/openssl/
H A DCHANGES.md20118 * New functions sk_num, sk_value and sk_set to replace the previous macros.
20122 sk_num or sk_value it would produce an error because the num, data members
20124 replaces the old method of assigning a value to sk_value
20125 (e.g. sk_value(x, i) = y) which the library used in a few cases. Any code