Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c48 struct hmac_data_st { struct
75 struct hmac_data_st *macctx; in hmac_new() argument
92 struct hmac_data_st *macctx = vmacctx; in hmac_free()
104 struct hmac_data_st *src = vsrc; in hmac_dup()
105 struct hmac_data_st *dst; in hmac_dup()
151 static int hmac_setkey(struct hmac_data_st *macctx, in hmac_setkey()
176 struct hmac_data_st *macctx = vmacctx; in hmac_init()
191 struct hmac_data_st *macctx = vmacctx; in hmac_update()
226 struct hmac_data_st *macctx = vmacctx; in hmac_final()
257 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params()
[all …]