Home
last modified time | relevance | path

Searched refs:un (Results 1 – 4 of 4) sorted by relevance

/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c441 struct utsname un; in wait_random_seeded() local
456 if (uname(&un) == 0) { in wait_random_seeded()
457 kernel[0] = atoi(un.release); in wait_random_seeded()
458 p = strchr(un.release, '.'); in wait_random_seeded()
/openssl-master/util/
A Dcheck-format-test-negatives.c276 union un var; /* struct/union/enum in variable type */
/openssl-master/crypto/engine/
A DREADME.md150 that is unset only if un/registration takes place on that pile. Ie. if
/openssl-master/
A DCHANGES.md15269 * crypto/err.c locking bugfix: Use write locks (`CRYPTO_w_[un]lock`),
15270 not read locks (`CRYPTO_r_[un]lock`).

Completed in 26 milliseconds