Searched refs:LogID (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | CTLOG_STORE_get0_log_by_id.pod | 19 (CT) log that issued it using the log's LogID (see RFC 6962, Section 3.2). 21 (e.g. its public key) using this LogID. 24 in a CTLOG_STORE that has a given LogID. 28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
|
H A D | CTLOG_new.pod | 42 LogID (see RFC 6962). It sets *log_id_len to the length of that LogID. For a 43 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of
|
H A D | SCT_new.pod | 104 SCT_set0_log_id() or SCT_set1_log_id() to set the LogID of the CT log that the SCT came from. 107 See RFC 6962, Section 3.2 for the definition of LogID. 142 The LogID (see RFC 6962, Section 3.2), base64 encoded. 189 SCT_set0_log_id() and B<SCT_set1_log_id> return 1 if the specified LogID is a
|
H A D | CTLOG_STORE_new.pod | 22 logs). The list can be loaded from one or more files and then searched by LogID 23 (see RFC 6962, Section 3.2, for the definition of a LogID).
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | CTLOG_STORE_get0_log_by_id.pod | 19 (CT) log that issued it using the log's LogID (see RFC 6962, Section 3.2). 21 (e.g. its public key) using this LogID. 24 in a CTLOG_STORE that has a given LogID. 28 B<CTLOG_STORE_get0_log_by_id> returns a CTLOG with the given LogID, if it
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1850 Intrinsic::ID LogID = LogFn->getIntrinsicID(); in optimizeLog() local 1869 LogID = Intrinsic::log; in optimizeLog() 1876 LogID = Intrinsic::log; in optimizeLog() 1883 LogID = Intrinsic::log; in optimizeLog() 1890 LogID = Intrinsic::log2; in optimizeLog() 1897 LogID = Intrinsic::log2; in optimizeLog() 1904 LogID = Intrinsic::log2; in optimizeLog() 1911 LogID = Intrinsic::log10; in optimizeLog() 1918 LogID = Intrinsic::log10; in optimizeLog() 1925 LogID = Intrinsic::log10; in optimizeLog() [all …]
|