Searched refs:_algorithm (Results 1 – 9 of 9) sorted by relevance
139 _algorithm = "MD5"141 _algorithm = algorithm.upper()143 if _algorithm == "MD5" or _algorithm == "MD5-SESS":151 elif _algorithm == "SHA":159 elif _algorithm == "SHA-256":167 elif _algorithm == "SHA-512":206 if _algorithm == "MD5-SESS":
716 _algorithm = None variable in PrivateKeyInfo777 container._algorithm = algorithm888 if self._algorithm is None:889 self._algorithm = self['private_key_algorithm']['algorithm'].native890 return self._algorithm1072 _algorithm = None variable in PublicKeyInfo1206 if self._algorithm is None:1207 self._algorithm = self['algorithm']['algorithm'].native1208 return self._algorithm
45 self._algorithm = algorithm75 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,90 algorithm=self._algorithm,
67 self._algorithm = algorithm93 unsigned = _jwt_format.create_unsigned_compact(self._algorithm, kid,104 self._algorithm = algorithm121 algorithm=self._algorithm,
128 … image_info_contents += "avb_" + ctx.attr.type + "_algorithm=" + ctx.attr.avb_algorithm + "\n"
7510 auto _algorithm = _o->algorithm; in CreateTranslateAnnotatorOptions() local7518 _algorithm, in CreateTranslateAnnotatorOptions()