/freebsd/crypto/openssl/test/ |
H A D | cmp_protect_test.c | 78 ASN1_BIT_STRING *protection = in execute_calc_protection_fails_test() local 80 int res = TEST_ptr_null(protection); in execute_calc_protection_fails_test() 82 ASN1_BIT_STRING_free(protection); in execute_calc_protection_fails_test() 88 ASN1_BIT_STRING *protection = in execute_calc_protection_pbmac_test() local 90 int res = TEST_ptr(protection) in execute_calc_protection_pbmac_test() 91 && TEST_true(ASN1_STRING_cmp(protection, in execute_calc_protection_pbmac_test() 92 fixture->msg->protection) == 0); in execute_calc_protection_pbmac_test() 94 ASN1_BIT_STRING_free(protection); in execute_calc_protection_pbmac_test() 103 ASN1_BIT_STRING *protection, in verify_signature() argument 119 && TEST_int_eq(EVP_DigestVerify(ctx, protection->data, in verify_signature() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_use_srtp.pod | 37 SRTP protection profile names. 39 The currently supported protection profile names are: 61 Supplying an unrecognised protection profile name will result in an error. 65 protection profiles that it is willing to negotiate. 67 The currently configured list of protection profiles for either a client or a 72 After a handshake has been completed the negotiated SRTP protection profile (if 75 protection profile was negotiated. The memory returned from this function should 78 If an SRTP protection profile has been successfully negotiated then the SRTP 83 master key length and the salt length as defined for the protection profile in 93 success or NULL on error or if no protection profiles have been configured.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps.h | 45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable() 46 bool IsWritable() const { return protection & kProtectionWrite; } in IsWritable() 47 bool IsExecutable() const { return protection & kProtectionExecute; } in IsExecutable() 48 bool IsShared() const { return protection & kProtectionShared; } in IsShared() 57 uptr protection; variable
|
H A D | sanitizer_procmaps_solaris.cpp | 58 segment->protection = 0; in Next() 60 segment->protection |= kProtectionRead; in Next() 62 segment->protection |= kProtectionWrite; in Next() 64 segment->protection |= kProtectionExecute; in Next() 66 segment->protection |= kProtectionShared; in Next()
|
H A D | sanitizer_procmaps_linux.cpp | 46 segment->protection = 0; in Next() 47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next() 49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next() 51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; in Next() 53 if (*data_.current++ == 's') segment->protection |= kProtectionShared; in Next()
|
H A D | sanitizer_procmaps_bsd.cpp | 106 segment->protection = 0; in Next() 108 segment->protection |= kProtectionRead; in Next() 110 segment->protection |= kProtectionWrite; in Next() 112 segment->protection |= kProtectionExecute; in Next()
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 55 msg->header->protectionAlg, msg->protection, in verify_signature() 79 ASN1_BIT_STRING *protection = NULL; in verify_PBMAC() local 83 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) in verify_PBMAC() 86 valid = msg->protection != NULL && msg->protection->length >= 0 in verify_PBMAC() 87 && msg->protection->type == protection->type in verify_PBMAC() 88 && msg->protection->length == protection->length in verify_PBMAC() 89 && CRYPTO_memcmp(msg->protection->data, protection->data, in verify_PBMAC() 90 protection->length) == 0; in verify_PBMAC() 91 ASN1_BIT_STRING_free(protection); in verify_PBMAC() 562 || msg->protection == NULL || msg->protection->data == NULL) { in OSSL_CMP_validate_msg()
|
H A D | cmp_protect.c | 57 unsigned char *protection = NULL; in ossl_cmp_calc_protection() local 89 &protection, &sig_len)) in ossl_cmp_calc_protection() 97 if (!ASN1_BIT_STRING_set(prot, protection, sig_len)) { in ossl_cmp_calc_protection() 103 OPENSSL_free(protection); in ossl_cmp_calc_protection() 266 ASN1_BIT_STRING_free(msg->protection); in ossl_cmp_msg_protect() 267 msg->protection = NULL; in ossl_cmp_msg_protect() 309 && ((msg->protection = ossl_cmp_calc_protection(ctx, msg)) == NULL)) in ossl_cmp_msg_protect()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr.txt | 48 - qcom,protection-domain 51 Definition: Must list the protection domain service name and path 99 The following example represents a QDSP based sound card with protection domain 101 running on protection domain hosted on ADSP/SLPI remote processors while others 117 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 124 qcom,protection-domain = "tms/servreg", "msm/slpi/sensor_pd"; 131 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 778 DWORD protection = 0; in OverrideFunctionWithDetour() local 779 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithDetour() 789 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithDetour() 820 DWORD protection = 0; in OverrideFunctionWithRedirectJump() local 821 if (!ChangeMemoryProtection(old_func, kJumpInstructionLength, &protection)) in OverrideFunctionWithRedirectJump() 828 if (!RestoreMemoryProtection(old_func, kJumpInstructionLength, protection)) in OverrideFunctionWithRedirectJump() 869 DWORD protection = 0; in OverrideFunctionWithHotPatch() local 870 if (!ChangeMemoryProtection(header, patch_length, &protection)) in OverrideFunctionWithHotPatch() 878 if (!RestoreMemoryProtection(header, patch_length, protection)) in OverrideFunctionWithHotPatch() 926 DWORD protection = 0; in OverrideFunctionWithTrampoline() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | as3711.txt | 30 and one of these to select the over-voltage protection pin 31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection 32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection 33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection 34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_protect.pod | 8 - functions for producing CMP message protection 21 ossl_cmp_calc_protection() calculates the protection for the given I<msg> 27 If there is a secretValue it selects PBMAC, else if there is a protection cert 32 If signature-based message protection is used it adds first the CMP signer cert 49 ossl_cmp_calc_protection() returns the protection on success, else NULL.
|
H A D | ossl_cmp_msg_check_update.pod | 33 =item its protection is present and valid (or a callback function B<cb> 34 is present and indicates that a missing or invalid protection is acceptable), 46 In case no protection is present and B<cb> is not NULL then this callback 48 case an invalid protection is present the B<invalid_protection> parameter is 1. 67 Moreover, according to RFC 4210 section 5.3.2, if the message protection is
|
/freebsd/sys/security/mac/ |
H A D | mac_process.c | 317 prot2str(vme->max_protection), prot2str(vme->protection)); in mac_proc_vm_revoke_recurse() 324 if ((vme->protection & revokeperms) == 0) { in mac_proc_vm_revoke_recurse() 351 vme->protection &= ~VM_PROT_WRITE; in mac_proc_vm_revoke_recurse() 358 vme->protection &= ~VM_PROT_EXECUTE; in mac_proc_vm_revoke_recurse() 362 vme->protection = 0; in mac_proc_vm_revoke_recurse() 365 vme->protection & ~revokeperms); in mac_proc_vm_revoke_recurse()
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp15xx-osd32.dtsi | 85 regulator-over-current-protection; 94 regulator-over-current-protection; 104 regulator-over-current-protection; 112 regulator-over-current-protection; 135 regulator-over-current-protection;
|
H A D | stm32mp157c-odyssey-som.dtsi | 109 regulator-over-current-protection; 118 regulator-over-current-protection; 128 regulator-over-current-protection; 136 regulator-over-current-protection; 161 regulator-over-current-protection;
|
H A D | stm32mp15xx-dhcor-som.dtsi | 108 regulator-over-current-protection; 117 regulator-over-current-protection; 126 regulator-over-current-protection; 134 regulator-over-current-protection; 157 regulator-over-current-protection;
|
H A D | stm32mp157a-stinger96.dtsi | 130 regulator-over-current-protection; 139 regulator-over-current-protection; 149 regulator-over-current-protection; 157 regulator-over-current-protection; 182 regulator-over-current-protection;
|
H A D | stm32mp157c-emstamp-argon.dtsi | 231 regulator-over-current-protection; 240 regulator-over-current-protection; 250 regulator-over-current-protection; 258 regulator-over-current-protection; 283 regulator-over-current-protection;
|
H A D | stm32mp157c-ed1.dts | 195 regulator-over-current-protection; 204 regulator-over-current-protection; 214 regulator-over-current-protection; 222 regulator-over-current-protection; 245 regulator-over-current-protection;
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | pxa-usb.txt | 18 - "marvell,no-oc-protection" - disable over-current protection. 19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | twt.c | 32 bool flow_type, u8 flow_id, bool protection, in wpas_twt_send_setup() argument 79 if (protection) in wpas_twt_send_setup()
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 67 vm_prot_t protection; member 295 if (entry->protection & VM_PROT_READ) in cb_put_phdr() 297 if (entry->protection & VM_PROT_WRITE) in cb_put_phdr() 299 if (entry->protection & VM_PROT_EXECUTE) in cb_put_phdr() 612 ent->protection = VM_PROT_READ; in readmap() 614 ent->protection |= VM_PROT_WRITE; in readmap() 616 ent->protection |= VM_PROT_EXECUTE; in readmap()
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 20 # from working, so remove it when you need protection). 31 # 20 seconds is logged. No protection is afforded against DNS poisoning, 75 # Provide a small amount of protection for ftpd
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-ktd2692.txt | 8 Flash timeout, LVP(low voltage protection). 27 - led-max-microamp : Minimum Threshold for Timer protection
|