Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c24762 #define HMAC_Update_(...) (HMAC_Update(__VA_ARGS__), 1) macro
24766 #define HMAC_Update_(...) HMAC_Update(__VA_ARGS__) macro
24955 if(!HMAC_Update_(hctx, in, in_sz)) goto error; in sqlcipher_openssl_hmac()
24957 if(!HMAC_Update_(hctx, in2, in2_sz)) goto error; in sqlcipher_openssl_hmac()