HomeSort by: relevance | last modified time | path
    Searched defs:provided (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-mem.h 27 void **provided; member in struct:tre_mem_struct
31 tre_mem_t tre_mem_new_impl(int provided, void *provided_block);
32 void *tre_mem_alloc_impl(tre_mem_t mem, int provided, void *provided_block,
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
ssl3_meth.c 104 int provided; local
117 provided = (EVP_CIPHER_get0_provider(enc) != NULL);
127 if ((bs != 1) && sending && !provided) {
129 * We only do this for legacy ciphers. Provided ciphers add the
153 if (provided) {
tls1_meth.c 181 int pad = 0, tmpr, provided; local
235 provided = (EVP_CIPHER_get0_provider(enc) != NULL);
296 } else if ((bs != 1) && sending && !provided) {
298 * We only do this for legacy ciphers. Provided ciphers add the
370 if (provided) {
373 /* Provided cipher - we do not support pipelining on this path */
  /src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record.c 881 int provided = (EVP_CIPHER_get0_provider(enc) != NULL); local
888 if ((bs != 1) && sending && !provided) {
890 * We only do this for legacy ciphers. Provided ciphers add the
1050 int provided = (EVP_CIPHER_get0_provider(enc) != NULL); local
1109 } else if ((bs != 1) && sending && !provided) {
1111 * We only do this for legacy ciphers. Provided ciphers add the
1180 if (provided) {
1183 /* Provided cipher - we do not support pipelining on this path */
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 3389 int provided = 0;
3407 ++provided;
3419 omitted = total - provided;
3379 int provided = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 3425 int provided = 0;
3443 ++provided;
3455 omitted = total - provided;
3415 int provided = 0; local

Completed in 36 milliseconds