Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c437 struct utsname un; in wait_random_seeded() local
452 if (uname(&un) == 0) { in wait_random_seeded()
453 kernel[0] = atoi(un.release); in wait_random_seeded()
454 p = strchr(un.release, '.'); in wait_random_seeded()
/openssl/util/
H A Dcheck-format-test-negatives.c55 union {} un; in f() local
433 union un var; /* struct/union/enum in variable type */
/openssl/test/recipes/80-test_policy_tree_data/
H A Dlarge_policy_tree.pem404 EzsO497oVf1U8SJiVR8SaEx0gzgCIQC0+un/Hcb0OWvpvoeHKcRi7e8SZkX+vn2i
/openssl/doc/man3/
H A DSSL_get_stream_read_state.pod79 or because a QUIC stream SSL object with an un-concluded sending part was freed
/openssl/crypto/engine/
H A DREADME.md150 that is unset only if un/registration takes place on that pile. Ie. if
/openssl/
H A DCHANGES.md17018 * crypto/err.c locking bugfix: Use write locks (`CRYPTO_w_[un]lock`),
17019 not read locks (`CRYPTO_r_[un]lock`).

Completed in 80 milliseconds