Home | History | Annotate | Download | only in asn1

Lines Matching defs: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);
222 int inl=0,outl=0,outll=0;
264 outll=outl=EVP_PKEY_size(pkey);
265 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
268 outl=0;
276 (unsigned int *)&outl,pkey))
278 outl=0;
285 signature->length=outl;
297 return(outl);