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

  /external/chromium_org/third_party/openssl/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/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 600 } twopass; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 579 } twopass; member in struct:VP9_COMP

Completed in 126 milliseconds