Home
last modified time | relevance | path

Searched refs:ossl_sa_get (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsparse_array.h63 return (type *)ossl_sa_get((OPENSSL_SA *)sa, n); \
86 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n);
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dsparse_array.c156 void *ossl_sa_get(const OPENSSL_SA *sa, ossl_uintmax_t n) in ossl_sa_get() function