OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECODER
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_lib.c
22
#include "crypto/
decoder
.h"
32
/* Index of the current
decoder
instance to be processed */
216
ossl_decoder_instance_new_forprov(OSSL_DECODER *
decoder
, void *provctx,
221
if (!ossl_assert(
decoder
!= NULL)) {
226
decoderctx =
decoder
->newctx(provctx);
229
if (input_structure != NULL &&
decoder
->set_ctx_params != NULL) {
234
if (!
decoder
->set_ctx_params(decoderctx, params)) {
235
decoder
->freectx(decoderctx);
239
return ossl_decoder_instance_new(
decoder
, decoderctx);
242
OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *
decoder
,
747
OSSL_DECODER *
decoder
= NULL;
local
803
OSSL_DECODER *
decoder
= NULL;
local
[
all
...]
decoder_pkey.c
15
#include <openssl/
decoder
.h>
19
#include "crypto/
decoder
.h"
68
OSSL_DECODER_CTX *ctx; /* The parent
decoder
context */
76
OSSL_DECODER *
decoder
= OSSL_DECODER_INSTANCE_get_decoder(decoder_inst);
local
78
const OSSL_PROVIDER *decoder_prov = OSSL_DECODER_get0_provider(
decoder
);
117
* the
decoder
that passed the params.
149
* Otherwise, we export from the
decoder
and import the
169
(void)
decoder
->export_object(decoderctx,
232
* Add
decoder
instance to the
decoder
context if it is compatible. Returns
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_lib.c
21
#include "crypto/
decoder
.h"
31
/* Index of the current
decoder
instance to be processed */
212
OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *
decoder
,
221
if (!ossl_assert(
decoder
!= NULL)) {
231
prov = OSSL_DECODER_get0_provider(
decoder
);
233
props = ossl_decoder_parsed_properties(
decoder
);
236
"there are no property definitions with
decoder
%s",
237
OSSL_DECODER_get0_name(
decoder
));
247
"for
decoder
%s (properties: %s)",
248
OSSL_DECODER_get0_name(
decoder
),
624
OSSL_DECODER *
decoder
= NULL;
local
680
OSSL_DECODER *
decoder
= NULL;
local
[
all
...]
decoder_pkey.c
15
#include <openssl/
decoder
.h>
19
#include "crypto/
decoder
.h"
71
OSSL_DECODER *
decoder
= OSSL_DECODER_INSTANCE_get_decoder(decoder_inst);
local
73
const OSSL_PROVIDER *decoder_prov = OSSL_DECODER_get0_provider(
decoder
);
112
* the
decoder
that passed the params.
143
* Otherwise, we export from the
decoder
and import the
163
(void)
decoder
->export_object(decoderctx,
229
static void collect_decoder(OSSL_DECODER *
decoder
, void *arg)
233
const OSSL_PROVIDER *prov = OSSL_DECODER_get0_provider(
decoder
);
246
* the
decoder
must tell us if it supports that selection t
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
trace_api_test.c
45
CASE(
DECODER
);
/src/crypto/external/apache2/openssl/dist/test/
trace_api_test.c
58
SET_EXPECTED_CAT_NAME(
DECODER
);
fake_rsaprov.c
905
/* The
decoder
implementations made here support guessing */
915
* whether the
decoder
description says it's supported.
1130
*
decoder
for the key type. This isn't necessarily the same
1184
#define
DECODER
(_name, _input, _output) \
tls-provider.c
1797
/* The
decoder
implementations made here support guessing */
1807
* whether the
decoder
description says it's supported.
2290
/* The
decoder
implementations made here support guessing */
2300
* whether the
decoder
description says it's supported.
2492
*
decoder
for the key type. This isn't necessarily the same
2548
#define
DECODER
(_name, _input, _output) \
/src/crypto/external/apache2/openssl/dist/crypto/
trace.c
140
TRACE_CATEGORY_(
DECODER
),
/src/crypto/external/bsd/openssl/dist/crypto/
trace.c
138
TRACE_CATEGORY_(
DECODER
),
Completed in 23 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026