OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xof
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/evp/
digest.c
984
int ok,
xof
= 0, algid_absent = 0;
local
991
* during the EVP_MD_fetch(). For this reason the
XOF
functions set the
996
params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &
xof
);
1006
if (
xof
)
/src/crypto/external/bsd/openssl/dist/crypto/evp/
digest.c
909
int ok,
xof
= 0, algid_absent = 0;
local
916
params[2] = OSSL_PARAM_construct_int(OSSL_DIGEST_PARAM_XOF, &
xof
);
926
if (
xof
)
/src/crypto/external/bsd/openssl/dist/test/
evp_test.c
406
int
xof
= 0;
local
436
xof
= (EVP_MD_get_flags(expected->digest) & EVP_MD_FLAG_XOF) != 0;
437
if (
xof
) {
484
&& !
xof
1145
/*
XOF
mode? */
1146
int
xof
;
member in struct:mac_data_st
1259
if (strcmp(keyword, "
XOF
") == 0)
1260
return mdata->
xof
= 1;
1320
/* We don't do
XOF
mode via PKEY */
1321
if (expected->
xof
)
1430
int
xof
;
local
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
evp_test.c
660
/*
XOF
mode? */
661
int
xof
;
member in struct:digest_data_st
662
/* Size for variable output length but non-
XOF
*/
689
mdat->
xof
= 0;
719
if (strcmp(keyword, "
XOF
") == 0)
720
return (mdata->
xof
= atoi(value)) > 0;
766
int
xof
= 0;
local
777
if (expected->
xof
> 0) {
778
xof
|= 1;
801
xof
|= EVP_MD_xof(expected->digest)
1595
int
xof
;
member in struct:mac_data_st
1879
int
xof
;
local
[
all
...]
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026