Searched refs:initialized (Results 1 – 16 of 16) sorted by relevance
18 static int initialized = 0; variable45 if (initialized == 0) { in LLVMFuzzerTestOneInput()54 initialized = 1; in LLVMFuzzerTestOneInput()
16 static int initialized = 0; variable49 if (initialized == 0) { in LLVMFuzzerTestOneInput()63 initialized = 1; in LLVMFuzzerTestOneInput()
22 static int initialized = 0; variable47 if (initialized == 0) { in LLVMFuzzerTestOneInput()64 initialized = 1; in LLVMFuzzerTestOneInput()
18 static int initialized = 0; variable58 if (initialized == 0) { in LLVMFuzzerTestOneInput()87 initialized = 1; in LLVMFuzzerTestOneInput()
377 static int initialized = 0; in ellapsed_time() local380 if( initialized == 0 ) in ellapsed_time()383 initialized = 1; in ellapsed_time()
37 * - with_acc: 0 if the reader should be initialized without accumulator.38 * 1 if the reader should be initialized with accumulator.80 * - with_acc: 0 if the reader should be initialized without accumulator.81 * 1 if the reader should be initialized with accumulator.132 * - with_acc: 0 if the reader should be initialized without accumulator.133 * 1 if the reader should be initialized with accumulator.
27 * \param ctx An initialized, but unopened socket context.
157 * \p buf must have been initialized and set up by calling219 * \p buf must have been initialized and set up by calling412 * \p socket must have been previously initialized by calling448 * \p peer1 and \p peer2 must have been previously initialized by calling574 * considered as an owner of the input queue only, which is initialized and1524 * of them must be initialized and connected beforehand.1661 * must be initialized and connected beforehand.
386 /* The non-varying fields are initialized on first use. */
23 * \param pk The PK object to fill. It must have been initialized
1785 /* A freshly-initialized hash operation should not be usable. */2202 /* A freshly-initialized MAC operation should not be usable. */2586 /* A freshly-initialized cipher operation should not be usable. */
363 After you've initialized the operation structure with a successful call to `psa_cipher_encrypt_setu…373 You must call `psa_cipher_abort()` at some point for any operation that is initialized successfully…498 You must call `psa_hash_abort()` at some point for any operation that is initialized successfully (…
107 unsigned initialized : 1; member119 if( global_data.initialized == 0 ) \5584 if( global_data.initialized ) in mbedtls_psa_inject_entropy()5841 if( global_data.initialized != 0 ) in psa_crypto_init()5879 global_data.initialized = 1; in psa_crypto_init()
71 …is a global variable of function pointer type. This global variable is initialized to the system f…
523 …on context. On the first call to `"add_entropy"`, this object has been initialized by a call to th…
1155 * Variables containing error codes are now initialized to an error code3138 initialized but not set (found by pravic).
Completed in 40 milliseconds