| /freebsd/crypto/krb5/src/lib/crypto/krb/ |
| H A D | verify_checksum_iov.c | 40 krb5_data computed; in krb5_k_verify_checksum_iov() local 68 ret = alloc_data(&computed, ctp->compute_size); in krb5_k_verify_checksum_iov() 72 ret = ctp->checksum(ctp, key, usage, data, num_data, &computed); in krb5_k_verify_checksum_iov() 74 *valid = (k5_bcmp(computed.data, checksum->data.data, in krb5_k_verify_checksum_iov() 78 zapfree(computed.data, ctp->compute_size); in krb5_k_verify_checksum_iov()
|
| H A D | verify_checksum.c | 40 krb5_checksum computed; in krb5_k_verify_checksum() local 71 data, &computed); in krb5_k_verify_checksum() 75 *valid = (k5_bcmp(computed.contents, cksum->contents, in krb5_k_verify_checksum() 78 free(computed.contents); in krb5_k_verify_checksum()
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | WordInterpreted.cs | 247 SType computed; in AnalyseFlow() 249 computed = new SType(-maxDepth, -1); in AnalyseFlow() 251 computed = new SType(-maxDepth, -maxDepth + exitSA); in AnalyseFlow() 255 if (!computed.IsSubOf(StackEffect)) { in AnalyseFlow() 260 Name, computed.ToString(), in AnalyseFlow() 264 StackEffect = computed; in AnalyseFlow()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | env_test.cpp | 106 const optional< fs::path > computed = utils::get_home(); in ATF_TEST_CASE_BODY() local 107 ATF_REQUIRE(computed); in ATF_TEST_CASE_BODY() 108 ATF_REQUIRE_EQ(home, computed.get()); in ATF_TEST_CASE_BODY()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_final.pod | 24 CMS_final_digest() finalises the structure B<cms> using a pre-computed digest, 33 To sign a pre-computed digest, L<CMS_sign(3)> or CMS_sign_ex() is called 36 When signing a pre-computed digest, the security relies on the digest and its
|
| H A D | EVP_PKEY_sign.pod | 39 signing a pre-computed message digest using the algorithm given by I<algo> and 43 but is uniquely intended to be used with a pre-computed message digest, and 191 =head2 RSA-SHA256 with a pre-computed digest 196 input digest is assumed to have been computed using SHA256.
|
| H A D | DH_size.pod | 34 computed by L<DH_compute_key(3)>.
|
| H A D | EVP_PKEY_verify.pod | 195 =head2 RSA-SHA256 with a pre-computed digest 200 input digest is assumed to have been computed using SHA256.
|
| /freebsd/contrib/libevent/ |
| H A D | config.h.in | 456 /* The size of `int', as computed by sizeof. */ 459 /* The size of `long', as computed by sizeof. */ 462 /* The size of `long long', as computed by sizeof. */ 465 /* The size of `off_t', as computed by sizeof. */ 468 /* The size of `pthread_t', as computed by sizeof. */ 471 /* The size of `short', as computed by sizeof. */ 474 /* The size of `size_t', as computed by sizeof. */ 477 /* The size of `time_t', as computed by sizeof. */ 480 /* The size of `void *', as computed by sizeof. */
|
| H A D | event-config.h.cmake | 452 /* The size of `pthread_t', as computed by sizeof. */ 455 /* The size of a `int', as computed by sizeof. */ 458 /* The size of a `long', as computed by sizeof. */ 461 /* The size of a `long long', as computed by sizeof. */ 464 /* The size of `off_t', as computed by sizeof. */ 470 /* The size of a `short', as computed by sizeof. */ 473 /* The size of `size_t', as computed by sizeof. */ 479 /* The size of `socklen_t', as computed by sizeof. */
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | config.h.in | 462 /* The size of `int', as computed by sizeof. */ 465 /* The size of `long', as computed by sizeof. */ 468 /* The size of `long long', as computed by sizeof. */ 471 /* The size of `off_t', as computed by sizeof. */ 474 /* The size of `pthread_t', as computed by sizeof. */ 477 /* The size of `short', as computed by sizeof. */ 480 /* The size of `size_t', as computed by sizeof. */ 483 /* The size of `time_t', as computed by sizeof. */ 486 /* The size of `void *', as computed by sizeof. */
|
| H A D | event-config.h.cmake | 452 /* The size of `pthread_t', as computed by sizeof. */ 455 /* The size of a `int', as computed by sizeof. */ 458 /* The size of a `long', as computed by sizeof. */ 461 /* The size of a `long long', as computed by sizeof. */ 464 /* The size of `off_t', as computed by sizeof. */ 470 /* The size of a `short', as computed by sizeof. */ 473 /* The size of `size_t', as computed by sizeof. */ 479 /* The size of `socklen_t', as computed by sizeof. */
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | ML-KEM.md | 45 is also pre-computed and stored with the private key, and then need not be 50 This is not currently implemented, and the matrix is pre-computed in full. 63 shared secret is computed, these don't stay in memory long, and briefly saving 131 Remainders module the prime are computed via Barret Reduction and the decoding
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | config.h.in | 793 /* The size of `char *', as computed by sizeof. */ 796 /* The size of `int', as computed by sizeof. */ 799 /* The size of `long', as computed by sizeof. */ 802 /* The size of `long long', as computed by sizeof. */ 805 /* The size of `pthread_t', as computed by sizeof. */ 808 /* The size of `short', as computed by sizeof. */ 811 /* The size of `signed char', as computed by sizeof. */ 814 /* The size of `time_t', as computed by sizeof. */
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | Opts.td | 29 defm module_name : Eq<"module-name", "the module of which the dependencies are to be computed">;
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | ISSUES | 47 Values are currently computed as 32-bit values, sign-extended to
|
| /freebsd/contrib/tcpdump/ |
| H A D | cmakeconfig.h.in | 243 /* The size of `time_t', as computed by sizeof. */ 246 /* The size of `void *', as computed by sizeof. */
|
| H A D | config.h.in | 240 /* The size of `time_t', as computed by sizeof. */ 243 /* The size of `void *', as computed by sizeof. */
|
| /freebsd/contrib/libpcap/ |
| H A D | config.h.in | 325 /* The size of `time_t', as computed by sizeof. */ 328 /* The size of `void *', as computed by sizeof. */
|
| /freebsd/contrib/ntp/ |
| H A D | config.h.in | 1549 /* The size of `char *', as computed by sizeof. */ 1552 /* The size of `int', as computed by sizeof. */ 1555 /* The size of `long', as computed by sizeof. */ 1558 /* The size of `long long', as computed by sizeof. */ 1561 /* The size of `pthread_t', as computed by sizeof. */ 1564 /* The size of `short', as computed by sizeof. */ 1567 /* The size of `signed char', as computed by sizeof. */ 1570 /* The size of `time_t', as computed by sizeof. */
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_SAFE_MATH_SIGNED.pod | 67 a valid result could be computed with infinite length integers but this
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 23 // they require error estimations to be computed separately due to larger 135 // rounding, so error estimations have to be computed taking the selected 359 // It is re-computed on denormal path that is expected to be not so
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | TODO.asn1 | 23 struct, fill in the computed offset or whatever, read it back,
|
| /freebsd/contrib/kyua/m4/ |
| H A D | memory.m4 | 85 dnl cache variable names. This should be automatically computed with
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 215 signature is computed over all preceding fields from the initial string 216 up to, and including the signature key. Signatures are computed and
|