Searched refs:cast (Results 1 – 16 of 16) sorted by relevance
/openssl/crypto/cast/ |
H A D | build.info | 6 $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 D | tests.c | 210 #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 D | evp_pkey_export_to_provider.pod | 60 key, and may therefore have to cast the key to non-const form to call this
|
/openssl/doc/man3/ |
H A D | OPENSSL_LH_COMPFUNC.pod | 187 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 D | SSL_extension_supported.pod | 147 cast away const to free the data.
|
/openssl/providers/implementations/ciphers/ |
H A D | build.info | 158 IF[{- !$disabled{cast} -}]
|
/openssl/crypto/ |
H A D | build.info | 6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|
/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 335 cast-cbc CAST in CBC mode 336 cast Alias for cast-cbc
|
H A D | openssl.pod | 453 =item B<cast>, B<cast-cbc>
|
/openssl/doc/man7/ |
H A D | openssl-threads.pod | 56 uses a C cast to remove that so it can lock objects, generate and cache
|
H A D | provider-base.pod | 232 provider. Never cast this to OSSL_LIB_CTX in a provider that is not
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 100 * name is cast to lose const, but might be better to route through a
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 43 no-cast,
|
/openssl/include/openssl/ |
H A D | bio.h.in | 549 * name is cast to lose const, but might be better to route through a
|
/openssl/ |
H A D | INSTALL.md | 1202 no-{aria|bf|blake2|camellia|cast|chacha|cmac|
|
H A D | CHANGES.md | 11201 * 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