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

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Da_sign.c136 int i, inl = 0, outl = 0, outll = 0; local
175 outll = outl = EVP_PKEY_size(pkey);
211 OPENSSL_cleanse((char *)buf_out, outll);
239 size_t inl = 0, outl = 0, outll = 0; local
295 outll = outl = EVP_PKEY_size(pkey);
327 OPENSSL_cleanse((char *)buf_out, outll);
/freebsd-11.0-release/sys/powerpc/include/
H A Dpio.h157 #define outll(a,v) (__outll((volatile u_int64_t *)(a), v)) macro
158 #define out64(a,v) outll(a,v)

Completed in 35 milliseconds