Home | History | Annotate | Download | only in apps

Lines Matching refs:HMAC_Init_ex

1567 		HMAC_Init_ex(&hctx,(unsigned char *)"This is a key...",
1576 HMAC_Init_ex(&hctx,NULL,0,NULL,NULL);