Searched refs:cl_bytes (Results 1 – 1 of 1) sorted by relevance
65 size_t cl_bytes = CRYPTO_BITS2BYTES(c_key->ck_length); in crypto_mac_init() local73 else if (cl_bytes <= SHA512_HMAC_BLOCK_SIZE) in crypto_mac_init()74 memcpy(key, c_key->ck_data, cl_bytes); in crypto_mac_init()81 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init()