Home
last modified time | relevance | path

Searched refs:CT_V1_HASHLEN (Results 1 - 25 of 64) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_oct.c104 sct->log_id = OPENSSL_memdup(p, CT_V1_HASHLEN); in o2i_SCT()
107 sct->log_id_len = CT_V1_HASHLEN; in o2i_SCT()
108 p += CT_V1_HASHLEN; in o2i_SCT()
237 memcpy(p, sct->log_id, CT_V1_HASHLEN); in i2o_SCT()
238 p += CT_V1_HASHLEN; in i2o_SCT()
H A Dct_sct.c82 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set0_log_id()
96 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set1_log_id()
H A Dct_log.c28 uint8_t log_id[CT_V1_HASHLEN];
327 *log_id_len = CT_V1_HASHLEN; in CTLOG_get0_log_id()
/third_party/openssl/crypto/ct/
H A Dct_oct.c104 sct->log_id = OPENSSL_memdup(p, CT_V1_HASHLEN); in o2i_SCT()
107 sct->log_id_len = CT_V1_HASHLEN; in o2i_SCT()
108 p += CT_V1_HASHLEN; in o2i_SCT()
237 memcpy(p, sct->log_id, CT_V1_HASHLEN); in i2o_SCT()
238 p += CT_V1_HASHLEN; in i2o_SCT()
H A Dct_sct.c82 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set0_log_id()
96 if (sct->version == SCT_VERSION_V1 && log_id_len != CT_V1_HASHLEN) { in SCT_set1_log_id()
H A Dct_log.c28 uint8_t log_id[CT_V1_HASHLEN];
327 *log_id_len = CT_V1_HASHLEN; in CTLOG_get0_log_id()
/third_party/openssl/ohos_lite/include/openssl/
H A Dct.h29 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dct.h40 # define CT_V1_HASHLEN SHA256_DIGEST_LENGTH macro

Completed in 18 milliseconds

123