Searched refs:make_kn (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
H A D | cmac.c | 39 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn() function 150 make_kn(ctx->k1, ctx->tbl, bl); in CMAC_Init() 151 make_kn(ctx->k2, ctx->k1, bl); in CMAC_Init()
|
/third_party/openssl/crypto/cmac/ |
H A D | cmac.c | 39 static void make_kn(unsigned char *k1, const unsigned char *l, int bl) in make_kn() function 150 make_kn(ctx->k1, ctx->tbl, bl); in CMAC_Init() 151 make_kn(ctx->k2, ctx->k1, bl); in CMAC_Init()
|
Completed in 2 milliseconds