OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selection_mask
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c
55
static int key2blob_check_selection(int selection, int
selection_mask
)
74
int check2 = (
selection_mask
& checks[i]) != 0;
decode_der2key.c
92
int
selection_mask
;
member in struct:keytype_desc_st
221
int check2 = (desc->
selection_mask
& checks[i]) != 0;
256
selection = ctx->desc->
selection_mask
;
257
if ((selection & ctx->desc->
selection_mask
) == 0) {
encode_key2any.c
1170
static int key2any_check_selection(int selection, int
selection_mask
)
1189
int check2 = (
selection_mask
& checks[i]) != 0;
/src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c
55
static int key2blob_check_selection(int selection, int
selection_mask
)
74
int check2 = (
selection_mask
& checks[i]) != 0;
decode_der2key.c
62
int
selection_mask
;
member in struct:keytype_desc_st
166
int check2 = (desc->
selection_mask
& checks[i]) != 0;
201
selection = ctx->desc->
selection_mask
;
202
if ((selection & ctx->desc->
selection_mask
) == 0) {
encode_key2any.c
1013
static int key2any_check_selection(int selection, int
selection_mask
)
1032
int check2 = (
selection_mask
& checks[i]) != 0;
/src/crypto/external/apache2/openssl/dist/test/
fake_rsaprov.c
732
int
selection_mask
;
member in struct:keytype_desc_st
911
int check2 = (desc->
selection_mask
& checks[i]) != 0;
946
selection = ctx->desc->
selection_mask
;
947
if ((selection & ctx->desc->
selection_mask
) == 0) {
tls-provider.c
1784
static int key2any_check_selection(int selection, int
selection_mask
)
1803
int check2 = (
selection_mask
& checks[i]) != 0;
2119
int
selection_mask
;
member in struct:keytype_desc_st
2296
int check2 = (desc->
selection_mask
& checks[i]) != 0;
2331
selection = ctx->desc->
selection_mask
;
2332
if ((selection & ctx->desc->
selection_mask
) == 0) {
Completed in 26 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026