OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENCODER
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_lib.c
12
#include <openssl/
encoder
.h>
27
/* Index of the current
encoder
instance to be processed */
39
/* Data type = the name of the first succeeding
encoder
implementation */
187
static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *
encoder
,
196
if (!ossl_assert(
encoder
!= NULL)) {
206
if (!OSSL_ENCODER_up_ref(
encoder
)) {
211
prov = OSSL_ENCODER_get0_provider(
encoder
);
213
props = ossl_encoder_parsed_properties(
encoder
);
216
"there are no property definitions with
encoder
%s",
217
OSSL_ENCODER_get0_name(
encoder
));
[
all
...]
encoder_pkey.c
13
#include <openssl/
encoder
.h>
70
* finding a suitable
encoder
85
static void collect_encoder(OSSL_ENCODER *
encoder
, void *arg)
101
const OSSL_PROVIDER *prov = OSSL_ENCODER_get0_provider(
encoder
);
113
if (!OSSL_ENCODER_is_a(
encoder
, name)
114
|| (
encoder
->does_selection != NULL
115
&& !
encoder
->does_selection(provctx, data->ctx->selection))
117
&&
encoder
->import_object == NULL))
120
/* Only add each
encoder
implementation once */
121
if (OSSL_ENCODER_CTX_add_encoder(data->ctx,
encoder
))
167
OSSL_ENCODER *
encoder
= OSSL_ENCODER_INSTANCE_get_
encoder
(
encoder
_inst);
local
182
OSSL_ENCODER *
encoder
=
local
212
OSSL_ENCODER *
encoder
=
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c
14
#include <openssl/
encoder
.h>
23
#include "internal/
encoder
.h"
50
/* Index of the current
encoder
instance to be processed */
62
/* Data type = the name of the first succeeding
encoder
implementation */
210
static OSSL_ENCODER_INSTANCE *ossl_encoder_instance_new(OSSL_ENCODER *
encoder
,
219
if (!ossl_assert(
encoder
!= NULL)) {
227
if (!OSSL_ENCODER_up_ref(
encoder
)) {
232
prov = OSSL_ENCODER_get0_provider(
encoder
);
234
props = ossl_encoder_parsed_properties(
encoder
);
237
"there are no property definitions with
encoder
%s"
[
all
...]
encoder_pkey.c
13
#include <openssl/
encoder
.h>
69
* finding a suitable
encoder
85
static void collect_encoder(OSSL_ENCODER *
encoder
, void *arg)
95
prov = OSSL_ENCODER_get0_provider(
encoder
);
109
match = (data->id_names[i] ==
encoder
->base.id);
111
match = OSSL_ENCODER_is_a(
encoder
,
114
|| (
encoder
->does_selection != NULL
115
&& !
encoder
->does_selection(provctx, data->ctx->selection))
117
&&
encoder
->import_object == NULL))
120
/* Only add each
encoder
implementation once *
168
OSSL_ENCODER *
encoder
= OSSL_ENCODER_INSTANCE_get_
encoder
(
encoder
_inst);
local
182
OSSL_ENCODER *
encoder
= OSSL_ENCODER_INSTANCE_get_
encoder
(
encoder
_inst);
local
212
OSSL_ENCODER *
encoder
= OSSL_ENCODER_INSTANCE_get_
encoder
(data->
encoder
_inst);
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
trace_api_test.c
46
CASE(
ENCODER
);
/src/crypto/external/apache2/openssl/dist/test/
trace_api_test.c
60
SET_EXPECTED_CAT_NAME(
ENCODER
);
tls-provider.c
2052
#define
ENCODER
(_name, _sym, _fips, _output) \
/src/crypto/external/apache2/openssl/dist/crypto/
trace.c
141
TRACE_CATEGORY_(
ENCODER
),
/src/crypto/external/bsd/openssl/dist/crypto/
trace.c
139
TRACE_CATEGORY_(
ENCODER
),
Completed in 20 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026