Home | History | Annotate | Download | only in asn1

Lines Matching refs:outl

136 	int i,inl=0,outl=0,outll=0;
176 outll=outl=EVP_PKEY_size(pkey);
177 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
180 outl=0;
190 (unsigned int *)&outl,pkey))
192 outl=0;
199 signature->length=outl;
211 return(outl);
238 size_t inl=0,outl=0,outll=0;
256 outl = signature->length;
301 outll=outl=EVP_PKEY_size(pkey);
302 buf_out=OPENSSL_malloc((unsigned int)outl);
305 outl=0;
311 || !EVP_DigestSignFinal(ctx, buf_out, &outl))
313 outl=0;
320 signature->length=outl;
332 return(outl);