Home | History | Annotate | Download | only in x509

Lines Matching refs:buff2

1681 	char buff1[24],buff2[24],*p;
1732 atm.length=sizeof(buff2);
1733 atm.data=(unsigned char *)buff2;
1742 j=(buff2[0]-'0')*10+(buff2[1]-'0');
1748 i=strcmp(buff1,buff2);