Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 12 of 12) sorted by relevance

/openssl/.github/workflows/
H A Dfips-label.yml32 owner: context.repo.owner,
40 owner: context.repo.owner,
60 owner: context.repo.owner,
67 owner: context.repo.owner,
75 owner: context.repo.owner,
92 owner: context.repo.owner,
100 owner: context.repo.owner,
120 owner: context.repo.owner,
127 owner: context.repo.owner,
135 owner: context.repo.owner,
/openssl/ssl/
H A Dssl_sess.c172 dest->owner = NULL; in ssl_session_dup_intern()
929 if (s->owner != NULL) { in SSL_SESSION_set_timeout()
930 if (!CRYPTO_THREAD_write_lock(s->owner->lock)) in SSL_SESSION_set_timeout()
934 SSL_SESSION_list_add(s->owner, s); in SSL_SESSION_set_timeout()
935 CRYPTO_THREAD_unlock(s->owner->lock); in SSL_SESSION_set_timeout()
970 if (s->owner != NULL) { in SSL_SESSION_set_time_ex()
971 if (!CRYPTO_THREAD_write_lock(s->owner->lock)) in SSL_SESSION_set_time_ex()
975 SSL_SESSION_list_add(s->owner, s); in SSL_SESSION_set_time_ex()
976 CRYPTO_THREAD_unlock(s->owner->lock); in SSL_SESSION_set_time_ex()
1292 s->owner = NULL; in SSL_SESSION_list_remove()
[all …]
H A Dssl_local.h559 SSL_CTX *owner; member
/openssl/
H A DLICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
H A DCHANGES.md5848 output file readable only by the owner. This behavior change might
/openssl/doc/designs/quic-design/
H A Dqlog.md18 QLOG_STR("owner", "local")
/openssl/doc/man7/
H A Dproxy-certificates.pod14 operations on behalf of the owner of the EE (End Entity) certificate.
290 * owner of the current certificate has, and sets them
/openssl/doc/man3/
H A DBN_BLINDING_new.pod69 owner of the B<BN_BLINDING> structure.
/openssl/crypto/objects/
H A Dobj_mac.num876 owner 876
H A Dobjects.txt806 X509 32 : owner :
/openssl/doc/internal/man3/
H A Dossl_ht_new.pod79 The table owner is responsible for ensuring there are no readers during a
/openssl/test/
H A Dsslapitest.c2297 || !TEST_true(sess2->owner != NULL) in execute_test_session()
2298 || !TEST_true(tmp->owner == NULL) in execute_test_session()
2353 || !TEST_ptr(sess1->owner) in execute_test_session()
2354 || !TEST_ptr_null(sess2->owner)) in execute_test_session()

Completed in 141 milliseconds