OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_keybits
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
x942kdf.c
52
int
use_keybits
;
member in struct:__anon561
346
ctx->
use_keybits
= 1;
364
ctx->
use_keybits
= 1;
403
dest->
use_keybits
= src->
use_keybits
;
472
if (ctx->
use_keybits
&& ctx->supp_pubinfo != NULL) {
510
if (!x942_encode_otherinfo(ctx->
use_keybits
? ctx->dkm_len : 0,
583
if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->
use_keybits
))
590
ctx->
use_keybits
= 0;
x942kdf.c
52
int
use_keybits
;
member in struct:__anon561
346
ctx->
use_keybits
= 1;
364
ctx->
use_keybits
= 1;
403
dest->
use_keybits
= src->
use_keybits
;
472
if (ctx->
use_keybits
&& ctx->supp_pubinfo != NULL) {
510
if (!x942_encode_otherinfo(ctx->
use_keybits
? ctx->dkm_len : 0,
583
if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->
use_keybits
))
590
ctx->
use_keybits
= 0;
/src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
x942kdf.c
49
int
use_keybits
;
member in struct:__anon1608
342
ctx->
use_keybits
= 1;
360
ctx->
use_keybits
= 1;
414
if (ctx->
use_keybits
&& ctx->supp_pubinfo != NULL) {
452
if (!x942_encode_otherinfo(ctx->
use_keybits
? ctx->dkm_len : 0,
506
if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->
use_keybits
))
513
ctx->
use_keybits
= 0;
x942kdf.c
49
int
use_keybits
;
member in struct:__anon1608
342
ctx->
use_keybits
= 1;
360
ctx->
use_keybits
= 1;
414
if (ctx->
use_keybits
&& ctx->supp_pubinfo != NULL) {
452
if (!x942_encode_otherinfo(ctx->
use_keybits
? ctx->dkm_len : 0,
506
if (p != NULL && !OSSL_PARAM_get_int(p, &ctx->
use_keybits
))
513
ctx->
use_keybits
= 0;
Completed in 45 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026