Home | History | Annotate | Download | only in x509

Lines Matching refs:buff2

1676 	char buff1[24],buff2[24],*p;
1727 atm.length=sizeof(buff2);
1728 atm.data=(unsigned char *)buff2;
1737 j=(buff2[0]-'0')*10+(buff2[1]-'0');
1743 i=strcmp(buff1,buff2);