Searched refs:hmac_sha1_key (Results 1 – 1 of 1) sorted by relevance
24 unsigned char *hmac_sha1_key = NULL; variable297 hmac_sha1_key[i] = key[i]; in rtl_crypto_hmac_sha1_start()319 if (hmac_sha1_key == NULL) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha1_init()320 memcpy(pAuthKey, hmac_sha1_key, hmac_sha1_keylen); in rtl_crypto_hmac_sha1_init()
Completed in 2 milliseconds