Searched refs:header (Results 1 – 3 of 3) sorted by relevance
57 header = ar.read(60)58 if len(header) != 60:60 obj_name = header[0:16].rstrip(" ")61 obj_size = int(header[48:58].rstrip(" "))
249 uint8_t header[kPoly1305BlockSize + kAdiantumIVSize]; in AdiantumHash() local261 put_unaligned_le64(static_cast<uint64_t>(msglen) * 8, header); in AdiantumHash()262 put_unaligned_le64(0, &header[sizeof(__le64)]); in AdiantumHash()263 memcpy(&header[kPoly1305BlockSize], iv, kAdiantumIVSize); in AdiantumHash()264 Poly1305(header_poly_key, header, sizeof(header), hash1); in AdiantumHash()
171 # before files name in the file list and in the header files. If set to NO the191 # header file to include in order to use a class. If left blank only the name of192 # the header file containing the class definition is used. Otherwise one should549 # only classes defined in header files are included. Does not have any effect1251 # verbatim copy of the header file for each class for which an include is1342 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for1344 # standard header.1346 # To get valid HTML the header file that includes any scripts and style sheets1349 # default header using1353 # for information on how to generate the default header that doxygen normally[all …]