Searched refs:cl_bytes (Results 1 – 1 of 1) sorted by relevance
67 size_t cl_bytes = CRYPTO_BITS2BYTES(c_key->ck_length); in crypto_mac_init() local75 else if (cl_bytes <= SHA512_HMAC_BLOCK_SIZE) in crypto_mac_init()76 bcopy(c_key->ck_data, key, cl_bytes); in crypto_mac_init()83 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()