| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | stream-receive-buffers.md | 14 received data must be stored until all the data with earlier offsets 17 the data the data must be stored. 19 be stored. The flow controller should be used to limit the peer to not send 22 - After the data is passed via SSL_read() to the application the stored 36 store the data. The only information actually stored would be a list 52 application reads the stored data. 68 SSL_read() copies data out of the stored buffers if available and 69 eventually triggers release of stored unprocessed packet(s). 71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored 72 buffers for any information about the stored data. [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_s390x.S | 35 # Register r14 will be stored in the slot reserved for compiler use. 48 # The FuncId is still stored in r2. 71 # Register r14 will be stored in the slot reserved for compiler use. 85 # The FuncId is still stored in r2. 122 # The FuncId is still stored in r2. 159 # The FuncId is still stored in r2.
|
| /freebsd/contrib/libfido2/examples/ |
| H A D | README.adoc | 56 key is stored in <pubkey>. If option -i is specified, the credential 57 ID is stored in <cred_id>. The -e option may be used to add <cred_id> 65 option -b is specified, the credential's "largeBlob" key is stored in 83 is specified, the resulting hmac-secret is stored in <hmac_secret>. 85 option -b specified, the credential's "largeBlob" key is stored in
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | ccache.c | 66 krb5_boolean *stored) in krb5_ccache_copy() argument 85 stored); in krb5_ccache_copy() 87 *stored = krb5_find_princ_in_cred_list(context, cc_def_creds_arr, in krb5_ccache_copy() 442 krb5_principal prst, krb5_boolean *stored) in krb5_store_some_creds() argument 481 *stored = temp_stored; in krb5_store_some_creds() 493 krb5_boolean stored; in krb5_ccache_filter() local 517 &stored); in krb5_ccache_filter()
|
| H A D | main.c | 118 krb5_boolean stored = FALSE, cc_reused = FALSE, given_princ = FALSE; in main() local 455 restrict_creds, client, &stored); in main() 474 if (!all_rest_copy && given_princ && client != NULL && !stored) { in main() 492 stored = TRUE; in main() 514 stored = TRUE; in main() 602 stored = FALSE; in main() 693 if (stored) { in main() 695 FALSE, client, &stored); in main()
|
| /freebsd/lib/libc/softfloat/bits32/ |
| H A D | softfloat-macros | 39 The result is stored in the location pointed to by `zPtr'. 65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 100 nonzero. The result is broken into two 32-bit pieces which are stored at 141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 145 were all zero. This extra result is stored in the location pointed to by 212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 231 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 288 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and [all …]
|
| /freebsd/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 40 The result is stored in the location pointed to by `zPtr'. 67 The result is stored in the location pointed to by `zPtr'. 91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 95 bits shifted off were all zero. This extra result is stored in the location 140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 175 nonzero. The result is broken into two 64-bit pieces which are stored at 216 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 220 were all zero. This extra result is stored in the location pointed to by 287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 306 64-bit pieces which are stored at the locations pointed to by `z0Ptr', [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_PARAM_BLD.pod | 75 I<val> is stored by value and an expression or auto variable can be used. 89 The I<bn> argument is stored by reference and the underlying BIGNUM object 101 The I<bn> argument is stored by reference and the underlying BIGNUM object 108 The string that I<buf> points to is stored by reference and must remain in 113 The memory that I<buf> points to is stored by reference and must remain in 120 The string I<buf> points to is stored by reference and must remain in 125 The memory I<buf> points to is stored by reference and must remain in
|
| H A D | PKCS12_parse.pod | 34 certificate will be stored in the B<alias> and B<keyid> attributes of the 58 Only B<friendlyName> and B<localKeyID> attributes are currently stored in 61 Attributes currently cannot be stored in the private key B<EVP_PKEY> structure.
|
| H A D | EVP_EncodeInit.pod | 59 B<in>. The output is stored in the buffer B<out> and the number of bytes output 60 is stored in B<*outl>. It is the caller's responsibility to ensure that the 76 data will be stored in B<out> and the length of the data written will be stored 100 The output is stored in the buffer B<out> and the number of bytes output is 101 stored in B<*outl>.
|
| H A D | SSL_CTX_set_session_id_context.pod | 31 the contexts and is stored in exported sessions. The B<sid_ctx> can be 50 certificates are used, stored sessions
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_rand_get_entropy.pod | 40 stored in a buffer which contains at least I<min_len> and at most I<max_len> 41 bytes. The buffer address is stored in I<*pout> and the buffer length is 61 The output is stored in a buffer which contains at least I<min_len> and at 62 most I<max_len> bytes. The buffer address is stored in I<*pout> and the
|
| H A D | ossl_global_properties_no_mirrored.pod | 23 converts it to a string. If I<buf> is non NULL then the string will be stored 27 properties in it then the empty string will be stored in I<buf>.
|
| H A D | ossl_method_construct.pod | 38 to define more precisely how the methods are created, stored, etc. 81 when the provider doesn't want its dispatch table stored in a longer 91 This default store should be stored in the library context I<libctx>. 111 This default store should be stored in the library context I<libctx>.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 36 // Integer values get stored in stack slots that are 4 bytes in
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 34 // Integer values get stored in stack slots that are 4 bytes in
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | core_namemap.c | 33 unsigned int stored : 1; /* If 1, it's stored in a library context */ member 60 namemap->stored = 1; in ossl_stored_namemap_new() 71 namemap->stored = 0; in ossl_stored_namemap_free() 549 if (namemap == NULL || namemap->stored) in ossl_namemap_free()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-DSA.pod | 12 and I<gindex> may need to be stored for validation purposes. For B<DSA> these 13 fields are not stored in the ASN1 data so they need to be stored externally if
|
| H A D | EVP_PKEY-FFC.pod | 24 and I<gindex> may need to be stored for validation purposes. 25 For B<DH> the I<seed> and I<pcounter> can be stored in ASN1 data 26 (but the I<gindex> is not). For B<DSA> however, these fields are not stored in 27 the ASN1 data so they need to be stored externally if validation is required.
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | ml-dsa.md | 18 stored in a table of `ML_DSA_PARAM` objects. 25 algorithms are pre-fetched and stored within a `ML_DSA` key. 61 encoded forms of the key components (which are stored within the key). 62 The hash of the encoded public key is also stored in the key.
|
| H A D | ML-KEM.md | 23 pre-fetched during **ML-KEM** key initialisation and stored with each key. 42 decoding the public key, and stored in memory in the internal form needed for 45 is also pre-computed and stored with the private key, and then need not be 118 parameters is stored with each key).
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ve/ |
| H A D | grow_stack.S | 23 shm.l %s62, 0x0(%s63) # stored at addr:0
|
| H A D | grow_stack_align.S | 23 shm.l %s62, 0x0(%s63) # stored at addr:0
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | dbpf | 4 # dppf: Maxis Database Packed Files, the stored data file format used by all
|
| /freebsd/contrib/bc/ |
| H A D | MEMORY_BUGS.md | 38 This happened because strings were stored per-function, and the non-local 40 at a higher index than exists in the new function. Strings are stored globally
|