Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2482 Intrinsic::ID LogID = LogFn->getIntrinsicID(); in optimizeLog() local
2501 LogID = Intrinsic::log; in optimizeLog()
2508 LogID = Intrinsic::log; in optimizeLog()
2515 LogID = Intrinsic::log; in optimizeLog()
2522 LogID = Intrinsic::log2; in optimizeLog()
2529 LogID = Intrinsic::log2; in optimizeLog()
2536 LogID = Intrinsic::log2; in optimizeLog()
2543 LogID = Intrinsic::log10; in optimizeLog()
2550 LogID = Intrinsic::log10; in optimizeLog()
2557 LogID = Intrinsic::log10; in optimizeLog()
[all …]