HomeSort by relevance Sort by last modified time
    Searched defs:twopass (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
pkcs12.c 113 int twopass = 0; local
153 else if (!strcmp (*args, "-twopass")) twopass = 1;
318 BIO_printf (bio_err, "-twopass separate MAC, encryption passwords\n");
407 if (twopass) {
576 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
648 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
658 if(!twopass) cpass = NULL;
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 614 } twopass; member in struct:VP8_COMP

Completed in 143 milliseconds