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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_sign.c135 int i, inl = 0, outl = 0, outll = 0; local
174 outll = outl = EVP_PKEY_size(pkey);
210 OPENSSL_cleanse((char *)buf_out, outll);
224 int i, inl = 0, outl = 0, outll = 0; local
263 outll = outl = EVP_PKEY_size(pkey);
301 OPENSSL_cleanse((char *)buf_out, outll);
/freebsd-9.3-release/sys/powerpc/include/
H A Dpio.h150 #define outll(a,v) (__outll((volatile u_int64_t *)(a), v)) macro
151 #define out64(a,v) outll(a,v)

Completed in 62 milliseconds