• Home
  • Raw
  • Download

Lines Matching full:elif

99         elif line.startswith("P"):
101 elif line.startswith("C"):
129 elif line.startswith("Key"):
132 elif line.startswith("Msg"):
137 elif line.startswith("MD") or line.startswith("Output"):
183 elif line.startswith("# Salt"):
186 elif line.startswith("# Seed"):
189 elif line.startswith("# Signature"):
192 elif line.startswith("# Encryption"):
195 elif (
205 elif example_vector and line.startswith("#"):
258 elif line.startswith("# Public key"):
260 elif line.startswith("# Modulus:"):
262 elif line.startswith("# Public exponent:"):
264 elif line.startswith("# Exponent:"):
270 elif line.startswith("# Prime 1:"):
272 elif line.startswith("# Prime 2:"):
274 elif line.startswith("# Prime exponent 1:"):
276 elif line.startswith("# Prime exponent 2:"):
278 elif line.startswith("# Coefficient:"):
280 elif line.startswith("#"):
304 elif line.startswith("#"):
312 elif name == "e" and p is None:
314 elif name == "p":
316 elif name == "q":
318 elif name == "SHAAlg":
337 elif name == "e" and p is not None:
339 elif name == "d":
341 elif name == "Result":
364 elif line.startswith("Q"):
366 elif line.startswith("G"):
368 elif line.startswith("X") and 'x' not in vectors[-1]:
370 elif line.startswith("X") and 'x' in vectors[-1]:
376 elif line.startswith("Y"):
409 elif name == "Q":
411 elif name == "G":
413 elif name == "Msg" and 'msg' not in vectors[-1]:
416 elif name == "Msg" and 'msg' in vectors[-1]:
424 elif name == "X":
426 elif name == "Y":
428 elif name == "R":
430 elif name == "S":
432 elif name == "Result":
476 elif line.startswith("d = "):
485 elif key_data is not None:
488 elif line.startswith("Qy = "):
516 elif line.startswith("Msg = "):
528 elif data is not None:
531 elif line.startswith("Qy = "):
533 elif line.startswith("R = "):
535 elif line.startswith("S = "):
537 elif line.startswith("d = "):
539 elif line.startswith("Result = "):
568 elif line.startswith("Q = "):
570 elif line.startswith("G = "):
572 elif line.startswith("Z = "):
575 elif line.startswith("XstatCAVS = "):
577 elif line.startswith("YstatCAVS = "):
579 elif line.startswith("XstatIUT = "):
581 elif line.startswith("YstatIUT = "):
583 elif line.startswith("Result = "):
649 elif line.startswith("[Curve selected:"):
672 elif line.startswith("COUNT = "):
674 elif line.startswith("dsCAVS = "):
676 elif line.startswith("QsCAVSx = "):
678 elif line.startswith("QsCAVSy = "):
680 elif line.startswith("dsIUT = "):
682 elif line.startswith("QsIUTx = "):
684 elif line.startswith("QsIUTy = "):
686 elif line.startswith("OI = "):
688 elif line.startswith("Z = "):
690 elif line.startswith("DKM = "):
692 elif line.startswith("Result = "):
732 elif line.startswith("[shared secret length"):
734 elif line.startswith("[SharedInfo length"):
736 elif line.startswith("[key data length"):
738 elif line.startswith("COUNT"):
745 elif line.startswith("Z"):
748 elif line.startswith("SharedInfo"):
753 elif line.startswith("key_data"):
785 elif line.startswith("COUNT="):
789 elif line.startswith("L"):