Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_hash.c38 static uint32_t hmac_algo = RK_ALGO_HMAC_SHA256; variable
188 hash_cfg.algo = hmac_algo; in demo_hmac()
242 hash_cfg.algo = hmac_algo; in demo_hmac_virt()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h369 struct sctp_hmac_algo_param *hmac_algo; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c2685 sctp_auth_asoc_set_default_hmac(asoc, param.hmac_algo); in sctp_process_param()