Searched refs:next_serial (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 60 static ASN1_INTEGER *next_serial(const char *serialfile); 763 ASN1_INTEGER *serial = next_serial(serial_file); in serial_cb() 777 static ASN1_INTEGER *next_serial(const char *serialfile) in next_serial() function
|
H A D | x509.c | 134 {"next_serial", OPT_NEXT_SERIAL, '-', 285 int next_serial = 0, subject_hash = 0, issuer_hash = 0, ocspid = 0; in x509_main() local 476 next_serial = ++num; in x509_main() 777 if (!noout || text || next_serial) in x509_main() 920 } else if (i == next_serial) { in x509_main()
|
/third_party/openssl/apps/ |
H A D | ts.c | 60 static ASN1_INTEGER *next_serial(const char *serialfile); 763 ASN1_INTEGER *serial = next_serial(serial_file); in serial_cb() 777 static ASN1_INTEGER *next_serial(const char *serialfile) in next_serial() function
|
H A D | x509.c | 134 {"next_serial", OPT_NEXT_SERIAL, '-', 285 int next_serial = 0, subject_hash = 0, issuer_hash = 0, ocspid = 0; in x509_main() local 476 next_serial = ++num; in x509_main() 777 if (!noout || text || next_serial) in x509_main() 920 } else if (i == next_serial) { in x509_main()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.hh | 198 unsigned int next_serial () { return serial++; } in next_serial() function
|
H A D | hb-ot-layout.hh | 490 uint8_t lig_id = buffer->next_serial () & 0x07; in _hb_allocate_lig_id()
|
Completed in 9 milliseconds