Searched refs:outll (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_sign.c33 size_t inll = 0, outll = 0; local
80 outll = outl = EVP_PKEY_size(pkey);
81 buf_out = OPENSSL_malloc(outll);
111 OPENSSL_clear_free((char *)buf_out, outll);
146 size_t inl = 0, outl = 0, outll = 0; local
214 outll = outl = EVP_PKEY_size(pkey);
215 buf_out = OPENSSL_malloc(outll);
239 OPENSSL_clear_free((char *)buf_out, outll);
/freebsd-13-stable/sys/powerpc/include/
H A Dpio.h159 #define outll(a,v) (__outll((volatile u_int64_t *)(a), v)) macro
160 #define out64(a,v) outll(a,v)

Completed in 111 milliseconds