Lines Matching refs:data
88 * Encrypt the provided plaintext data
91 * @param data The data to encrypt.
93 * @param result Where to put the encrypted data.
97 * @return @c 1 if the data was successfully encrypted, else @c 0.
100 coap_bin_const_t *data,
106 * Decrypt the provided encrypted data into plaintext.
109 * @param data The data to decrypt.
111 * @param result Where to put the decrypted data.
115 * @return @c 1 if the data was successfully decrypted, else @c 0.
118 coap_bin_const_t *data,
124 * Create a HMAC hash of the provided data.
128 * @param data The data to hash.
131 * @return @c 1 if the hmac of the data was successful, else @c 0.
137 coap_bin_const_t *data,
141 * Create a hash of the provided data.
144 * @param data The data to hash.
147 * @return @c 1 if the data was successfully hashed, else @c 0.
152 const coap_bin_const_t *data,