Searched refs:uubuf (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | des.c | 117 unsigned char uubuf[50]; variable 677 OPENSSL_cleanse(uubuf,sizeof(uubuf)); in doencryption() 701 memcpy(&(uubuf[uubufnum]),data,(unsigned int)num); in uufwrite() 708 memcpy(&(uubuf[uubufnum]),data,(unsigned int)i); in uufwrite() 709 j=uuencode((unsigned char *)uubuf,45,b); in uufwrite() 732 memcpy(uubuf,&(data[i]),(unsigned int)rem); in uufwrite() 745 uubuf[uubufnum]='\0'; in uufwriteEnd() 746 uubuf[uubufnum+1]='\0'; in uufwriteEnd() 747 uubuf[uubufnum+2]='\0'; in uufwriteEnd() 748 j=uuencode(uubuf,uubufnum,b); in uufwriteEnd()
|
/external/openssl/crypto/des/ |
D | des.c | 117 unsigned char uubuf[50]; variable 677 OPENSSL_cleanse(uubuf,sizeof(uubuf)); in doencryption() 701 memcpy(&(uubuf[uubufnum]),data,(unsigned int)num); in uufwrite() 708 memcpy(&(uubuf[uubufnum]),data,(unsigned int)i); in uufwrite() 709 j=uuencode((unsigned char *)uubuf,45,b); in uufwrite() 732 memcpy(uubuf,&(data[i]),(unsigned int)rem); in uufwrite() 745 uubuf[uubufnum]='\0'; in uufwriteEnd() 746 uubuf[uubufnum+1]='\0'; in uufwriteEnd() 747 uubuf[uubufnum+2]='\0'; in uufwriteEnd() 748 j=uuencode(uubuf,uubufnum,b); in uufwriteEnd()
|