| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fast-param-find.md | 18 '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 D | slh-dsa.md | 113 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 D | ml-dsa.md | 112 `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 D | fips_indicator.md | 63 - 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 D | SSL_CTX_set_min_proto_version.pod | 51 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 D | EVP_PKEY_CTX_get0_pkey.pod | 40 They merely act as getter functions, and should be treated as such.
|
| H A D | X509_STORE_get0_param.pod | 7 - X509_STORE setter and getter functions
|
| H A D | CT_POLICY_EVAL_CTX_new.pod | 105 Each setter has a matching getter for accessing the current value.
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | neigh.c | 442 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 D | dbus_new_helpers.c | 38 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 D | dbus_new_helpers.h | 95 WPADBusPropertyAccessor getter; member
|
| H A D | dbus_new_introspect.c | 91 dsc->getter ? "read" : "", in add_property()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-X25519.pod | 30 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 D | EVP_KEYEXCH-X25519.pod | 22 So this getter will return 0.
|
| H A D | EVP_MAC-CMAC.pod | 84 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-PBKDF2.pod | 69 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-X963.pod | 49 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-TLS1_PRF.pod | 57 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-SS.pod | 74 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-X942-ASN1.pod | 88 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | EVP_KDF-SSHKDF.pod | 93 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| H A D | provider-rand.pod | 196 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 D | EVP_KDF-KB.pod | 78 A getter that returns 1 if the operation is FIPS approved, or 0 otherwise.
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_pkey_get1_ED25519.pod | 7 - internal ECX from EVP_PKEY getter functions
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8022 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 …]
|