Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/cast/
H A Dbuild.info6 $CASTASM_x86=cast-586.S
20 # cast functions, so we must include them directly in liblegacy.a
25 GENERATE[cast-586.S]=asm/cast-586.pl
26 DEPEND[cast-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl
/openssl/test/testutil/
H A Dtests.c210 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ argument
219 (cast)t1, (cast)t2); \
223 #define DEFINE_COMPARISONS(type, name, fmt, cast) \ argument
224 DEFINE_COMPARISON(type, name, eq, ==, fmt, cast) \
225 DEFINE_COMPARISON(type, name, ne, !=, fmt, cast) \
226 DEFINE_COMPARISON(type, name, lt, <, fmt, cast) \
227 DEFINE_COMPARISON(type, name, le, <=, fmt, cast) \
228 DEFINE_COMPARISON(type, name, gt, >, fmt, cast) \
229 DEFINE_COMPARISON(type, name, ge, >=, fmt, cast)
/openssl/doc/internal/man3/
H A Devp_pkey_export_to_provider.pod60 key, and may therefore have to cast the key to non-const form to call this
/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod187 declare/implement macros to create compatible wrappers that cast
298 so, the caller can either cast the "const" away (if they're providing
303 table, yet declare callbacks without constant types (or cast the
H A DSSL_extension_supported.pod147 cast away const to free the data.
/openssl/providers/implementations/ciphers/
H A Dbuild.info158 IF[{- !$disabled{cast} -}]
/openssl/crypto/
H A Dbuild.info6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
/openssl/doc/man1/
H A Dopenssl-enc.pod.in335 cast-cbc CAST in CBC mode
336 cast Alias for cast-cbc
H A Dopenssl.pod453 =item B<cast>, B<cast-cbc>
/openssl/doc/man7/
H A Dopenssl-threads.pod56 uses a C cast to remove that so it can lock objects, generate and cache
H A Dprovider-base.pod232 provider. Never cast this to OSSL_LIB_CTX in a provider that is not
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md100 * name is cast to lose const, but might be better to route through a
/openssl/.github/workflows/
H A Drun-checker-daily.yml43 no-cast,
/openssl/include/openssl/
H A Dbio.h.in549 * name is cast to lose const, but might be better to route through a
/openssl/
H A DINSTALL.md1202 no-{aria|bf|blake2|camellia|cast|chacha|cmac|
H A DCHANGES.md11201 * Constify crypto/cast (i.e., <openssl/cast.h>): a CAST_KEY doesn't
12396 given (and so aren't required to cast them away any more).

Completed in 72 milliseconds