Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Da_sign.c33 size_t inll = 0, outll = 0; in ASN1_sign() local
80 outll = outl = EVP_PKEY_size(pkey); in ASN1_sign()
81 buf_out = OPENSSL_malloc(outll); in ASN1_sign()
111 OPENSSL_clear_free((char *)buf_out, outll); in ASN1_sign()
146 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
214 outll = outl = EVP_PKEY_size(pkey); in ASN1_item_sign_ctx()
215 buf_out = OPENSSL_malloc(outll); in ASN1_item_sign_ctx()
239 OPENSSL_clear_free((char *)buf_out, outll); in ASN1_item_sign_ctx()
/freebsd-12.1/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)