OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTLOG
(Results
1 - 24
of
24
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_log.c
33
* A store for multiple
CTLOG
instances.
34
* It takes ownership of any
CTLOG
instances added to it.
39
STACK_OF(
CTLOG
) *logs;
74
static int ct_v1_log_id_from_pkey(
CTLOG
*log, EVP_PKEY *pkey)
140
static int ctlog_new_from_conf(CTLOG_STORE *store,
CTLOG
**ct_log,
181
CTLOG
*ct_log = NULL;
252
* Initialize a new
CTLOG
object.
256
CTLOG
*CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx,
259
CTLOG
*ret = OPENSSL_zalloc(sizeof(*ret));
285
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name
[
all
...]
ct_b64.c
133
int CTLOG_new_from_base64_ex(
CTLOG
**ct_log, const char *pkey_base64,
170
int CTLOG_new_from_base64(
CTLOG
**ct_log, const char *pkey_base64,
ct_prn.c
73
const
CTLOG
*log = NULL;
ct_sct.c
285
const
CTLOG
*log;
/src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_log.c
33
* A store for multiple
CTLOG
instances.
34
* It takes ownership of any
CTLOG
instances added to it.
39
STACK_OF(
CTLOG
) *logs;
77
static int ct_v1_log_id_from_pkey(
CTLOG
*log, EVP_PKEY *pkey)
147
static int ctlog_new_from_conf(CTLOG_STORE *store,
CTLOG
**ct_log,
188
CTLOG
*ct_log = NULL;
263
* Initialize a new
CTLOG
object.
267
CTLOG
*CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx,
270
CTLOG
*ret = OPENSSL_zalloc(sizeof(*ret));
302
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name
[
all
...]
ct_b64.c
135
int CTLOG_new_from_base64_ex(
CTLOG
**ct_log, const char *pkey_base64,
172
int CTLOG_new_from_base64(
CTLOG
**ct_log, const char *pkey_base64,
ct_prn.c
73
const
CTLOG
*log = NULL;
ct_sct.c
295
const
CTLOG
*log;
/src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_log.c
31
* A store for multiple
CTLOG
instances.
32
* It takes ownership of any
CTLOG
instances added to it.
35
STACK_OF(
CTLOG
) *logs;
119
static int ctlog_new_from_conf(
CTLOG
**ct_log, const CONF *conf, const char *section)
158
CTLOG
*ct_log = NULL;
233
* Initialize a new
CTLOG
object.
237
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name)
239
CTLOG
*ret = OPENSSL_zalloc(sizeof(*ret));
263
void CTLOG_free(
CTLOG
*log)
272
const char *CTLOG_get0_name(const
CTLOG
*log
[
all
...]
ct_b64.c
135
int CTLOG_new_from_base64(
CTLOG
**ct_log, const char *pkey_base64, const char *name)
ct_prn.c
73
const
CTLOG
*log = NULL;
ct_sct.c
295
const
CTLOG
*log;
/src/crypto/external/apache2/openssl/dist/include/openssl/
ct.h.in
47
.generate_stack_macros("
CTLOG
");
437
CTLOG
*CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx,
444
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name);
447
* Creates a new
CTLOG
instance with the base64-encoded SubjectPublicKeyInfo DER
454
int CTLOG_new_from_base64_ex(
CTLOG
**ct_log, const char *pkey_base64,
463
int CTLOG_new_from_base64(
CTLOG
**ct_log,
469
void CTLOG_free(
CTLOG
*log);
472
const char *CTLOG_get0_name(const
CTLOG
*log);
474
void CTLOG_get0_log_id(const
CTLOG
*log, const uint8_t **log_id,
477
EVP_PKEY *CTLOG_get0_public_key(const
CTLOG
*log)
[
all
...]
types.h
220
typedef struct ctlog_st
CTLOG
;
/src/crypto/external/bsd/openssl/dist/include/openssl/
ct.h.in
45
.generate_stack_macros("
CTLOG
");
436
CTLOG
*CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx,
443
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name);
446
* Creates a new
CTLOG
instance with the base64-encoded SubjectPublicKeyInfo DER
453
int CTLOG_new_from_base64_ex(
CTLOG
**ct_log, const char *pkey_base64,
462
int CTLOG_new_from_base64(
CTLOG
** ct_log,
468
void CTLOG_free(
CTLOG
*log);
471
const char *CTLOG_get0_name(const
CTLOG
*log);
473
void CTLOG_get0_log_id(const
CTLOG
*log, const uint8_t **log_id,
476
EVP_PKEY *CTLOG_get0_public_key(const
CTLOG
*log)
[
all
...]
types.h
208
typedef struct ctlog_st
CTLOG
;
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ct.h
59
DEFINE_STACK_OF(
CTLOG
)
411
CTLOG
*CTLOG_new(EVP_PKEY *public_key, const char *name);
414
* Creates a new
CTLOG
instance with the base64-encoded SubjectPublicKeyInfo DER
419
int CTLOG_new_from_base64(
CTLOG
** ct_log,
425
void CTLOG_free(
CTLOG
*log);
428
const char *CTLOG_get0_name(const
CTLOG
*log);
430
void CTLOG_get0_log_id(const
CTLOG
*log, const uint8_t **log_id,
433
EVP_PKEY *CTLOG_get0_public_key(const
CTLOG
*log);
454
const
CTLOG
*CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
ossl_typ.h
172
typedef struct ctlog_st
CTLOG
;
/src/crypto/external/apache2/openssl/dist/test/
ct_test.c
496
CTLOG
*ctlogp = NULL;
/src/crypto/external/bsd/openssl/dist/test/
ct_test.c
497
CTLOG
*ctlogp = NULL;
/src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c
500
CTLOG
*ctlogp = NULL;
/src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl
540
@ ! Install
CTLOG
configuration file
/src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl
640
@ ! Install
CTLOG
configuration file
/src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl
602
@ ! Install
CTLOG
configuration file
Completed in 61 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026