Home
last modified time | relevance | path

Searched refs:getter (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/crypto/openssl/doc/designs/
H A Dfast-param-find.md18 'functions' => 'both', # getter or setter being the other options
139 - readonly: create a getter but not a setter
140 - writeonly: create a setting but not a getter
145 The getter and setter functions will be pre-populated with some local variable:
H A Dslh-dsa.md113 OSSL_PKEY_PARAM_MANDATORY_DIGEST must return "" in the key manager getter and
114 OSSL_SIGNATURE_PARAM_ALGORITHM_ID in the signature context getter.
H A Dml-dsa.md112 `OSSL_PKEY_PARAM_MANDATORY_DIGEST` must return "" in the key manager getter and
113 `OSSL_SIGNATURE_PARAM_ALGORITHM_ID` in the signature context getter.
H A Dfips_indicator.md63 - A getter is also supplied (which is also used internally)
94 - To access the indicator via code requires a getter
103 unapproved. The getter allows you to access the indicator value after the
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod51 These setter functions return 1 on success and 0 on failure. The getter
66 The setter functions were added in OpenSSL 1.1.0. The getter functions
H A DEVP_PKEY_CTX_get0_pkey.pod40 They merely act as getter functions, and should be treated as such.
H A DX509_STORE_get0_param.pod7 - X509_STORE setter and getter functions
H A DCT_POLICY_EVAL_CTX_new.pod105 Each setter has a matching getter for accessing the current value.
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c442 int (*getter)(struct nl_addr *dst, struct nl_addr **ll_addr); member
447 .getter = &get_mcast_mac_ipv4},
451 .getter = &get_mcast_mac_ipv6},
455 .getter = get_link_local_mac_ipv6},
504 ret = encoded_prefixes[i].getter(dst, ll_addr); in handle_encoded_mac()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c38 if (dsc->getter == NULL) in fill_dict_with_properties()
50 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { in fill_dict_with_properties()
172 if (dsc->getter == NULL) { in properties_get()
181 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) { in properties_get()
632 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data)) in put_changed_properties()
H A Ddbus_new_helpers.h95 WPADBusPropertyAccessor getter; member
H A Ddbus_new_introspect.c91 dsc->getter ? "read" : "", in add_property()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-X25519.pod30 This getter is only supported by X25519 and X448 for the FIPS provider.
31 Since X25519 and X448 are unapproved in FIPS 140-3 this getter return 0.
H A DEVP_KEYEXCH-X25519.pod22 So this getter will return 0.
H A DEVP_MAC-CMAC.pod84 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-PBKDF2.pod69 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-X963.pod49 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-TLS1_PRF.pod57 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-SS.pod74 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-X942-ASN1.pod88 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-SSHKDF.pod93 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A Dprovider-rand.pod196 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
271 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
H A DEVP_KDF-KB.pod78 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_pkey_get1_ED25519.pod7 - internal ECX from EVP_PKEY getter functions
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8022 clang::ObjCMethodDecl *getter = nullptr; in AddObjCClassProperty() local
8024 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()
8026 if (!getter_sel.isNull() && !getter) { in AddObjCClassProperty()
8036 getter = in AddObjCClassProperty()
8038 getter->setDeclName(getter_sel); in AddObjCClassProperty()
8039 getter->setReturnType(ClangUtil::GetQualType(property_clang_type_to_access)); in AddObjCClassProperty()
8040 getter->setDeclContext(class_interface_decl); in AddObjCClassProperty()
8041 getter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8042 getter->setVariadic(isVariadic); in AddObjCClassProperty()
8043 getter->setPropertyAccessor(isPropertyAccessor); in AddObjCClassProperty()
[all …]

123