Home
last modified time | relevance | path

Searched refs:Ownership (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DCTLOG_new.pod26 used to help users identify this log. Ownership of the public key is
39 created. Ownership of the string remains with the CTLOG.
43 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of
46 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
H A DX509_get0_notBefore.pod42 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
53 and B<nextUpdate> fields of B<crl> to B<tm>. Ownership of the passed parameter
H A DSSL_CTX_set0_CA_list.pod66 requesting a client certificate for B<ctx>. Ownership of B<list> is transferred
71 setting valid for B<ssl>'s SSL_CTX object. Ownership of B<list> is transferred
107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and
111 overriding any list set in the parent B<SSL_CTX> of B<s>. Ownership of
H A DSSL_CTX_set_ct_validation_callback.pod75 Ownership of this context remains with the caller.
H A DSSL_CTX_set_psk_client_callback.pod93 Ownership of the SSL_SESSION object is passed to the OpenSSL library and so it
H A DX509_STORE_CTX_new.pod89 Ownership of the chain is transferred to B<ctx> and should not be
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td161 def Ownership : RecordLikeDetailCommand<"ownership">;
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DReaders.rst89 Memory Ownership
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1267 int32_t FlagsForOwnership(Qualifiers::ObjCLifetime Ownership) { in FlagsForOwnership() argument
1275 switch (Ownership) { in FlagsForOwnership()
1287 assert(Ownership != Qualifiers::OCL_Autoreleasing); in FlagsForOwnership()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2225 def Ownership : InheritableAttr {