Home
last modified time | relevance | path

Searched refs:log_id (Results 1 - 25 of 73) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct.c41 OPENSSL_free(sct->log_id); in SCT_free()
80 int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len) in SCT_set0_log_id() argument
87 OPENSSL_free(sct->log_id); in SCT_set0_log_id()
88 sct->log_id = log_id; in SCT_set0_log_id()
94 int SCT_set1_log_id(SCT *sct, const unsigned char *log_id, size_t log_id_len) in SCT_set1_log_id() argument
101 OPENSSL_free(sct->log_id); in SCT_set1_log_id()
102 sct->log_id = NULL; in SCT_set1_log_id()
106 if (log_id != NULL && log_id_len > 0) { in SCT_set1_log_id()
107 sct->log_id in SCT_set1_log_id()
205 SCT_get0_log_id(const SCT *sct, unsigned char **log_id) SCT_get0_log_id() argument
[all...]
H A Dct_log.c28 uint8_t log_id[CT_V1_HASHLEN]; member
95 ret = EVP_Digest(pkey_der, pkey_der_len, log->log_id, &len, sha256, in ct_v1_log_id_from_pkey()
323 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() argument
326 *log_id = log->log_id; in CTLOG_get0_log_id()
340 const uint8_t *log_id, in CTLOG_STORE_get0_log_by_id()
347 if (memcmp(log->log_id, log_id, log_id_len) == 0) in CTLOG_STORE_get0_log_by_id()
339 CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id, size_t log_id_len) CTLOG_STORE_get0_log_by_id() argument
/third_party/openssl/crypto/ct/
H A Dct_sct.c41 OPENSSL_free(sct->log_id); in SCT_free()
80 int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len) in SCT_set0_log_id() argument
87 OPENSSL_free(sct->log_id); in SCT_set0_log_id()
88 sct->log_id = log_id; in SCT_set0_log_id()
94 int SCT_set1_log_id(SCT *sct, const unsigned char *log_id, size_t log_id_len) in SCT_set1_log_id() argument
101 OPENSSL_free(sct->log_id); in SCT_set1_log_id()
102 sct->log_id = NULL; in SCT_set1_log_id()
106 if (log_id != NULL && log_id_len > 0) { in SCT_set1_log_id()
107 sct->log_id in SCT_set1_log_id()
205 SCT_get0_log_id(const SCT *sct, unsigned char **log_id) SCT_get0_log_id() argument
[all...]
H A Dct_log.c28 uint8_t log_id[CT_V1_HASHLEN]; member
95 ret = EVP_Digest(pkey_der, pkey_der_len, log->log_id, &len, sha256, in ct_v1_log_id_from_pkey()
323 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id, in CTLOG_get0_log_id() argument
326 *log_id = log->log_id; in CTLOG_get0_log_id()
340 const uint8_t *log_id, in CTLOG_STORE_get0_log_by_id()
347 if (memcmp(log->log_id, log_id, log_id_len) == 0) in CTLOG_STORE_get0_log_by_id()
339 CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id, size_t log_id_len) CTLOG_STORE_get0_log_by_id() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Dct.h176 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
179 * Set the log ID of an SCT to point directly to the *log_id specified.
183 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
187 * This makes a copy of the log_id.
190 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
430 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
455 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dct.h247 size_t SCT_get0_log_id(const SCT *sct, unsigned char **log_id);
250 * Set the log ID of an SCT to point directly to the *log_id specified.
254 __owur int SCT_set0_log_id(SCT *sct, unsigned char *log_id, size_t log_id_len);
258 * This makes a copy of the log_id.
261 __owur int SCT_set1_log_id(SCT *sct, const unsigned char *log_id,
521 void CTLOG_get0_log_id(const CTLOG *log, const uint8_t **log_id,
554 const uint8_t *log_id,

Completed in 20 milliseconds

123