OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ossl_FIPS_IND_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/fips/include/fips/
fipsindicator.h
76
void
ossl_FIPS_IND_copy
(OSSL_FIPS_IND *dst, const OSSL_FIPS_IND *src);
86
#define
OSSL_FIPS_IND_COPY
(dst, src)
ossl_FIPS_IND_copy
(&dst->indicator, &src->indicator);
150
#define
OSSL_FIPS_IND_COPY
(dst, src)
/src/crypto/external/apache2/openssl/dist/providers/fips/
fipsindicator.c
30
void
ossl_FIPS_IND_copy
(OSSL_FIPS_IND *dst, const OSSL_FIPS_IND *src)
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026