Searched refs:HMAC_crunch (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | hashswf.c | 41 #define HMAC_crunch(ctx, buf, len) sha2_hmac_update(&ctx, buf, len) macro 52 #define HMAC_crunch(ctx, buf, len) hmac_sha256_update(&ctx, len, buf) macro 61 #define HMAC_crunch(ctx, buf, len) HMAC_Update(&ctx, (unsigned char *)buf, len) macro 323 HMAC_crunch(i->ctx, (unsigned char *)p, 8); in swfcrunch() 341 HMAC_crunch(i->ctx, out, len); in swfcrunch() 348 HMAC_crunch(i->ctx, (unsigned char *)p, len); in swfcrunch()
|
| H A D | handshake.h | 35 #define HMAC_crunch(ctx, buf, len) sha2_hmac_update(&ctx, buf, len) macro 54 #define HMAC_crunch(ctx, buf, len) hmac_sha256_update(&ctx, len, buf) macro 73 #define HMAC_crunch(ctx, buf, len) HMAC_Update(&ctx, buf, len) macro 126 HMAC_crunch(ctx, pubKeyIn, 128); in InitRC4Encryption() 135 HMAC_crunch(ctx, pubKeyOut, 128); in InitRC4Encryption() 272 HMAC_crunch(ctx, message, messageLen); in HMACsha256()
|