Home
last modified time | relevance | path

Searched refs:_ofb_encrypt_wrap (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/kv/src/
A Dkv_secure.c25 static int32_t _ofb_encrypt_wrap(uint8_t *ofb_key, uint8_t *ofb_iv, in _ofb_encrypt_wrap() function
64 if (_ofb_encrypt_wrap(ofb_key, ofb_iv, input, output, input_len) != KV_OK) { in kv_secure_encrypt()
83 if (_ofb_encrypt_wrap(ofb_key, ofb_iv, input, output, input_len) != KV_OK) { in kv_secure_decrypt()

Completed in 6 milliseconds