Home
last modified time | relevance | path

Searched refs:LogID (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssl/doc/man3/
H A DCTLOG_STORE_get0_log_by_id.pod19 (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 DCTLOG_new.pod59 LogID (see RFC 6962). It sets *log_id_len to the length of that LogID. For a
60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of
H A DSCT_new.pod104 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.
143 The LogID (see RFC 6962, Section 3.2), base64 encoded.
196 SCT_set0_log_id() and B<SCT_set1_log_id> return 1 if the specified LogID is a
H A DCTLOG_STORE_new.pod24 logs). The list can be loaded from one or more files and then searched by LogID
25 (see RFC 6962, Section 3.2, for the definition of a LogID).
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2407 LogID = Intrinsic::log; in optimizeLog()
2414 LogID = Intrinsic::log; in optimizeLog()
2421 LogID = Intrinsic::log; in optimizeLog()
2428 LogID = Intrinsic::log2; in optimizeLog()
2435 LogID = Intrinsic::log2; in optimizeLog()
2442 LogID = Intrinsic::log2; in optimizeLog()
2449 LogID = Intrinsic::log10; in optimizeLog()
2456 LogID = Intrinsic::log10; in optimizeLog()
2463 LogID = Intrinsic::log10; in optimizeLog()
2472 else if (LogID == Intrinsic::log || LogID == Intrinsic::log2 || in optimizeLog()
[all …]