Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/crypto/cmac/
HDcmac.c39 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()