Home
last modified time | relevance | path

Searched refs:kmac_data_st (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c117 struct kmac_data_st { struct
146 struct kmac_data_st *kctx = vmacctx; in kmac_free()
162 static struct kmac_data_st *kmac_new(void *provctx) in kmac_new()
164 struct kmac_data_st *kctx; in kmac_new()
180 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new()
216 struct kmac_data_st *src = vsrc; in kmac_dup()
217 struct kmac_data_st *dst; in kmac_dup()
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
270 struct kmac_data_st *kctx = vmacctx; in kmac_init()
328 struct kmac_data_st *kct in kmac_update()
[all...]
/third_party/openssl/providers/implementations/macs/
H A Dkmac_prov.c117 struct kmac_data_st { struct
146 struct kmac_data_st *kctx = vmacctx; in kmac_free()
162 static struct kmac_data_st *kmac_new(void *provctx) in kmac_new()
164 struct kmac_data_st *kctx; in kmac_new()
180 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new()
216 struct kmac_data_st *src = vsrc; in kmac_dup()
217 struct kmac_data_st *dst; in kmac_dup()
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
270 struct kmac_data_st *kctx = vmacctx; in kmac_init()
328 struct kmac_data_st *kct in kmac_update()
[all...]

Completed in 2 milliseconds