| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_crypt.c | 192 ngx_str_t encoded, decoded; in ngx_crypt_ssha() local 199 encoded.data = salt + sizeof("{SSHA}") - 1; in ngx_crypt_ssha() 200 encoded.len = ngx_strlen(encoded.data); in ngx_crypt_ssha() 202 len = ngx_max(ngx_base64_decoded_length(encoded.len), 20); in ngx_crypt_ssha() 209 rc = ngx_decode_base64(&decoded, &encoded); in ngx_crypt_ssha() 232 ngx_encode_base64(&encoded, &decoded); in ngx_crypt_ssha() 233 encoded.data[encoded.len] = '\0'; in ngx_crypt_ssha() 243 ngx_str_t encoded, decoded; in ngx_crypt_sha() local 263 encoded.data = ngx_cpymem(*encrypted, "{SHA}", sizeof("{SHA}") - 1); in ngx_crypt_sha() 264 ngx_encode_base64(&encoded, &decoded); in ngx_crypt_sha() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2.c | 89 const size_t hashlen, char *encoded, const size_t encodedlen, in argon2_hash() argument 143 if (encoded && encodedlen) { in argon2_hash() 146 sodium_memzero(encoded, encodedlen); in argon2_hash() 166 NULL, hashlen, encoded, encodedlen, Argon2_i); in argon2i_hash_encoded() 187 NULL, hashlen, encoded, encodedlen, Argon2_id); in argon2id_hash_encoded() 201 argon2_verify(const char *encoded, const void *pwd, const size_t pwdlen, in argon2_verify() argument 218 encoded_len = strlen(encoded); in argon2_verify() 243 decode_result = decode_string(&ctx, encoded, type); in argon2_verify() 268 argon2i_verify(const char *encoded, const void *pwd, const size_t pwdlen) in argon2i_verify() argument 270 return argon2_verify(encoded, pwd, pwdlen, Argon2_i); in argon2i_verify() [all …]
|
| H A D | argon2.h | 216 char *encoded, const size_t encodedlen); 237 char *encoded, const size_t encodedlen); 281 void *hash, const size_t hashlen, char *encoded, 291 int argon2i_verify(const char *encoded, const void *pwd, const size_t pwdlen); 300 int argon2id_verify(const char *encoded, const void *pwd, const size_t pwdlen); 303 int argon2_verify(const char *encoded, const void *pwd, const size_t pwdlen,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soundwire/ |
| H A D | qcom,sdw.txt | 17 Value type: <prop-encoded-array> 23 Value type: <prop-encoded-array> 33 Value type: <prop-encoded-array> 53 Value type: <prop-encoded-array> 60 Value type: <prop-encoded-array> 67 Value type: <prop-encoded-array> 75 Value type: <prop-encoded-array> 81 Value type: <prop-encoded-array> 90 Value type: <prop-encoded-array> 98 Value type: <prop-encoded-array> [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ccm.c | 719 encoded[0] = (auth_data_len & 0xff00) >> 8; in encode_adata_len() 720 encoded[1] = auth_data_len & 0xff; in encode_adata_len() 726 encoded[0] = 0xff; in encode_adata_len() 727 encoded[1] = 0xfe; in encode_adata_len() 729 lencoded_ptr = (uint32_t *)&encoded[2]; in encode_adata_len() 734 encoded[4] = (auth_data_len & 0xff00) >> 8; in encode_adata_len() 735 encoded[5] = auth_data_len & 0xff; in encode_adata_len() 742 encoded[0] = 0xff; in encode_adata_len() 743 encoded[1] = 0xff; in encode_adata_len() 745 llencoded_ptr = (uint64_t *)&encoded[2]; in encode_adata_len() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,q6afe.txt | 50 Value type: <prop-encoded-array> 56 Value type: <prop-encoded-array> 64 Value type: <prop-encoded-array> 71 Value type: <prop-encoded-array> 78 Value type: <prop-encoded-array> 85 Value type: <prop-encoded-array> 94 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-8x16-phy.txt | 10 Value type: <prop-encoded-array> 15 Value type: <prop-encoded-array> 42 Value type: <prop-encoded-array> 52 Value type: <prop-encoded-array>
|
| H A D | qcom,usb-hsic-phy.txt | 21 Value type: <prop-encoded-array> 37 Value type: <prop-encoded-array> 43 Value type: <prop-encoded-array>
|
| H A D | qcom,usb-hs-phy.txt | 22 Value type: <prop-encoded-array> 34 Value type: <prop-encoded-array> 55 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-qcom-cci.txt | 15 Value type: <prop-encoded-array> 21 Value type: <prop-encoded-array> 28 Value type: <prop-encoded-array> 39 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smem.txt | 14 Value type: <prop-encoded-array> 19 Value type: <prop-encoded-array> 24 Value type: <prop-encoded-array>
|
| H A D | qcom,glink.txt | 20 Value type: <prop-encoded-array> 31 Value type: <prop-encoded-array> 36 Value type: <prop-encoded-array> 54 Value type: <prop-encoded-array>
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | dump.tcl | 4 set encoded [r dump foo] 11 set encoded [r dump foo] 13 r restore foo 5000 $encoded 21 set encoded [r dump foo] 23 r restore foo 2569591501 $encoded 31 set encoded [r dump foo] 34 r restore foo [expr $now+3000] $encoded absttl 42 set encoded [r dump foo] 45 r restore foo 0 $encoded idletime 1000 53 set encoded [r dump foo] [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | qcom-pm8xxx.txt | 28 Value type: <prop-encoded-array> 40 encoded as follows: 70 Value type: <prop-encoded-array> 75 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | qcom,camss.txt | 13 Value type: <prop-encoded-array> 35 Value type: <prop-encoded-array> 53 Value type: <prop-encoded-array> 59 Value type: <prop-encoded-array> 108 Value type: <prop-encoded-array> 134 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | pamu.txt | 13 - ranges : <prop-encoded-array> 20 - interrupts : <prop-encoded-array> 31 - reg : <prop-encoded-array> 51 - reg : <prop-encoded-array> 58 : <prop-encoded-array> 64 : <prop-encoded-array> 83 - fsl,liodn-reg : <prop-encoded-array>
|
| H A D | ecm.txt | 22 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 58 Value type: <prop-encoded-array>
|
| H A D | mcm.txt | 22 Value type: <prop-encoded-array> 51 Value type: <prop-encoded-array> 58 Value type: <prop-encoded-array>
|
| H A D | dcsr.txt | 42 Value type: <prop-encoded-array> 89 Value type: <prop-encoded-array> 118 Value type: <prop-encoded-array> 155 Value type: <prop-encoded-array> 180 Value type: <prop-encoded-array> 217 Value type: <prop-encoded-array> 245 Value type: <prop-encoded-array> 276 Value type: <prop-encoded-array> 305 Value type: <prop-encoded-array> 335 Value type: <prop-encoded-array> [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-el15203000.txt | 9 Vending area LED encoded with symbol 'V' (hex code 0x56). 13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern. 15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | qcom,pcie.txt | 19 Value type: <prop-encoded-array> 48 Value type: <prop-encoded-array> 53 Value type: <prop-encoded-array> 68 Value type: <prop-encoded-array> 73 Value type: <prop-encoded-array> 78 Value type: <prop-encoded-array> 147 Value type: <prop-encoded-array> 216 Value type: <prop-encoded-array> 253 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,wcnss-pil.txt | 16 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array> 47 Value type: <prop-encoded-array> 58 Value type: <prop-encoded-array> 76 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | qman-portals.txt | 26 Value type: <prop-encoded-array> 33 Value type: <prop-encoded-array> 38 Value type: <prop-encoded-array> 70 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | qcom,pm8xxx-keypad.txt | 14 Value type: <prop-encoded-array> 19 Value type: <prop-encoded-array> 27 Value type: <prop-encoded-array>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,spmi-clkdiv.txt | 18 Value type: <prop-encoded-array> 28 Value type: <prop-encoded-array>
|